Bump version to 2.1.2

This commit is contained in:
Sami Samhuri 2025-07-09 18:17:44 -07:00
parent 08823ae0d1
commit ca80cfef6c
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.2] - Unreleased
### Changed or Fixed or Added
- Your contribution here.
[2.1.2]: https://github.com/aserafin/grape_logging/compare/v2.1.1...master
## [2.1.1] - 2025-07-09
### Fixed

View file

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