Preparing for release, 3.0.0

This commit is contained in:
Sami Samhuri 2025-08-07 12:04:58 -07:00
parent ed25898685
commit 39f6a064f1
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
module GrapeLogging
VERSION = '2.1.2'
VERSION = '3.0.0'
end