Bump version to 2.0.1

This commit is contained in:
Sami Samhuri 2025-07-09 16:57:51 -07:00
parent 362dd0a92e
commit c19b1d3732
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
module GrapeLogging
VERSION = '2.0.0'
VERSION = '2.0.1'
end