mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-27 14:57:40 +00:00
Preparing for release, 3.0.0
This commit is contained in:
parent
ed25898685
commit
39f6a064f1
2 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [2.1.2] - Unreleased
|
## [3.0.0] - 2025-08-07
|
||||||
|
|
||||||
### Changed
|
### 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).
|
- [#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
|
## [2.1.1] - 2025-07-09
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module GrapeLogging
|
module GrapeLogging
|
||||||
VERSION = '2.1.2'
|
VERSION = '3.0.0'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue