We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50847d4 commit dd8772eCopy full SHA for dd8772e
CHANGES.md
@@ -1,7 +1,11 @@
1
2
### dev
3
4
-[full changelog](http://github.com/yolk/valvat/compare/v2.0.0...master)
+[full changelog](http://github.com/yolk/valvat/compare/v2.0.1...master)
5
+
6
+### 2.0.1 / 2024-19-06
7
8
+[full changelog](http://github.com/yolk/valvat/compare/v.2.0.0...v2.0.1)
9
10
* Valvat::Options#check_uk_key: Fixed missing silence variable
11
* Added vies_down translation for italian locale [Lorenzo Zabot](https://github.com/Uaitt)
lib/valvat/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Valvat
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments