diff --git a/CHANGELOG.md b/CHANGELOG.md index 90899c3..fe1e929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v3.2.3](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.3) (2024-12-22) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.2...v3.2.3) + +**Fixed bugs:** + +- Add racc dependency [\#80](https://github.com/voxpupuli/voxpupuli-release/pull/80) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.2.2](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.2) (2024-12-22) [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.1...v3.2.2) diff --git a/lib/voxpupuli/release/version.rb b/lib/voxpupuli/release/version.rb index 2106b63..e5999c9 100644 --- a/lib/voxpupuli/release/version.rb +++ b/lib/voxpupuli/release/version.rb @@ -2,6 +2,6 @@ module Voxpupuli module Release - VERSION = '3.2.2' + VERSION = '3.2.3' end end