diff --git a/CHANGES.md b/CHANGES.md index 8470968..7faf427 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,11 @@ ### dev -[full changelog](http://github.com/yolk/valvat/compare/v1.4.2...master) +[full changelog](http://github.com/yolk/valvat/compare/v1.4.3...master) + +### 1.4.3 / 2024-07-11 + +[full changelog](http://github.com/yolk/valvat/compare/v1.4.2...v1.4.3) * Readded translation files back to the gem [Edouard Brière](https://github.com/edouard) diff --git a/lib/valvat/version.rb b/lib/valvat/version.rb index 7952ceb..f1fc67a 100644 --- a/lib/valvat/version.rb +++ b/lib/valvat/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Valvat - VERSION = '1.4.2' + VERSION = '1.4.3' end