diff --git a/CHANGELOG.md b/CHANGELOG.md index f04ce3c..ee3cf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## [2.1.2] - Unreleased +## [3.0.0] - 2025-08-07 ### Changed - [#93](https://github.com/aserafin/grape_logging/pull/93) RequestLogger middleware to handle Grape 2.4 breaking change - [@devsigner](https://github.com/devsigner) and [@samsonjs](https://github.com/samsonjs). -[2.1.2]: https://github.com/aserafin/grape_logging/compare/v2.1.1...master +[3.0.0]: https://github.com/aserafin/grape_logging/compare/v2.1.1...v3.0.0 ## [2.1.1] - 2025-07-09 diff --git a/lib/grape_logging/version.rb b/lib/grape_logging/version.rb index 60d5dc4..a77c735 100644 --- a/lib/grape_logging/version.rb +++ b/lib/grape_logging/version.rb @@ -1,3 +1,3 @@ module GrapeLogging - VERSION = '2.1.2' + VERSION = '3.0.0' end