Bump version to 3.0.1

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

View file

@ -1,5 +1,12 @@
# Changelog
## [3.0.1] - Unreleased
### Changed or Fixed or Added
- Your contribution here.
[3.0.1]: https://github.com/aserafin/grape_logging/compare/v3.0.0...master
## [3.0.0] - 2025-08-07
### Changed

View file

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