Skip to content

Commit dd8772e

Browse files
committed
Prepared v2.0.1
1 parent 50847d4 commit dd8772e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

22
### dev
33

4-
[full changelog](http://github.com/yolk/valvat/compare/v2.0.0...master)
4+
[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)
59

610
* Valvat::Options#check_uk_key: Fixed missing silence variable
711
* Added vies_down translation for italian locale [Lorenzo Zabot](https://github.com/Uaitt)

lib/valvat/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Valvat
4-
VERSION = '2.0.0'
4+
VERSION = '2.0.1'
55
end

0 commit comments

Comments
 (0)