Skip to content

Commit 39f6a06

Browse files
committed
Preparing for release, 3.0.0
1 parent ed25898 commit 39f6a06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## [2.1.2] - Unreleased
3+
## [3.0.0] - 2025-08-07
44

55
### Changed
66
- [#93](https://github.com/aserafin/grape_logging/pull/93) RequestLogger middleware to handle Grape 2.4 breaking change - [@devsigner](https://github.com/devsigner) and [@samsonjs](https://github.com/samsonjs).
77

8-
[2.1.2]: https://github.com/aserafin/grape_logging/compare/v2.1.1...master
8+
[3.0.0]: https://github.com/aserafin/grape_logging/compare/v2.1.1...v3.0.0
99

1010
## [2.1.1] - 2025-07-09
1111

lib/grape_logging/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeLogging
2-
VERSION = '2.1.2'
2+
VERSION = '3.0.0'
33
end

0 commit comments

Comments
 (0)