Bump version to 2.1.1

This commit is contained in:
Sami Samhuri 2025-07-09 17:46:03 -07:00
parent 31d46bc8f8
commit dbba26bc2c
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
## [2.1.1] - Unreleased
## Added or Changed or Fixed
- Your contribution here.
[2.1.1]: https://github.com/aserafin/grape_logging/compare/v2.1.0...master
## [2.1.0] - 2025-07-09
## Added

View file

@ -1,3 +1,3 @@
module GrapeLogging
VERSION = '2.1.0'
VERSION = '2.1.1'
end