diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e59da..9617ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.3.2 (2024-01-11) + +[Full Changelog](https://github.com/main-branch/semverify/compare/v0.3.1..v0.3.2) + +Changes since v0.3.1: + +* 91c3780 Update README and gemspec introduction text (#19) + ## v0.3.1 (2024-01-05) [Full Changelog](https://github.com/main-branch/semverify/compare/v0.3.0..v0.3.1) diff --git a/lib/semverify/version.rb b/lib/semverify/version.rb index 311b90e..0212685 100644 --- a/lib/semverify/version.rb +++ b/lib/semverify/version.rb @@ -2,5 +2,5 @@ module Semverify # The current version of this gem - VERSION = '0.3.1' + VERSION = '0.3.2' end