We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25898 commit 39f6a06Copy full SHA for 39f6a06
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Changelog
2
3
-## [2.1.2] - Unreleased
+## [3.0.0] - 2025-08-07
4
5
### Changed
6
- [#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).
7
8
-[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
9
10
## [2.1.1] - 2025-07-09
11
lib/grape_logging/version.rb
@@ -1,3 +1,3 @@
module GrapeLogging
- VERSION = '2.1.2'
+ VERSION = '3.0.0'
end
0 commit comments