mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Bump version to 2.0.1
This commit is contained in:
parent
362dd0a92e
commit
c19b1d3732
2 changed files with 9 additions and 2 deletions
|
|
@ -1,6 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [2.0.0] - 2025-06-28
|
||||
## [2.0.1] - Unreleased
|
||||
|
||||
### Changed or Fixed or Added
|
||||
* Your contribution here.
|
||||
|
||||
[2.0.1]: https://github.com/aserafin/grape_logging/compare/v2.0.0...master
|
||||
|
||||
## [2.0.0] - 2025-07-09
|
||||
|
||||
### Changed
|
||||
- **BREAKING**: Updated to support Grape 2.1 and Rack 3.1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module GrapeLogging
|
||||
VERSION = '2.0.0'
|
||||
VERSION = '2.0.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue