mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Prepare for release, 2.1.1
This commit is contained in:
parent
7e15b97cb4
commit
586dc239dc
2 changed files with 9 additions and 7 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,15 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [2.1.1] - Unreleased
|
## [2.1.1] - 2025-07-09
|
||||||
|
|
||||||
## Added or Changed or Fixed
|
### Fixed
|
||||||
- Your contribution here.
|
- [#92](https://github.com/aserafin/grape_logging/pull/92) Handle symbol param keys during filtering - [@samsonjs](https://github.com/samsonjs).
|
||||||
|
|
||||||
[2.1.1]: https://github.com/aserafin/grape_logging/compare/v2.1.0...master
|
[2.1.1]: https://github.com/aserafin/grape_logging/compare/v2.1.0...v2.1.1
|
||||||
|
|
||||||
## [2.1.0] - 2025-07-09
|
## [2.1.0] - 2025-07-09
|
||||||
|
|
||||||
## Added
|
### Added
|
||||||
- [#91](https://github.com/aserafin/grape_logging/pull/91) Add ActionDispatch request ID to logger arguments hash as `:request_id` - [@samsonjs](https://github.com/samsonjs).
|
- [#91](https://github.com/aserafin/grape_logging/pull/91) Add ActionDispatch request ID to logger arguments hash as `:request_id` - [@samsonjs](https://github.com/samsonjs).
|
||||||
|
|
||||||
[2.1.0]: https://github.com/aserafin/grape_logging/compare/v2.0.0...v2.1.0
|
[2.1.0]: https://github.com/aserafin/grape_logging/compare/v2.0.0...v2.1.0
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Check that the last build succeeded in [GitHub Actions](https://github.com/asera
|
||||||
|
|
||||||
### Update Changelog
|
### Update Changelog
|
||||||
|
|
||||||
Change "Next Release" in [CHANGELOG.md](https://github.com/aserafin/grape_logging/blob/master/CHANGELOG.md) to the new version and date:
|
Change "Unreleased" in [CHANGELOG.md](https://github.com/aserafin/grape_logging/blob/master/CHANGELOG.md) to the new version and date:
|
||||||
|
|
||||||
```
|
```
|
||||||
## [1.8.5] - 2024-06-28
|
## [1.8.5] - 2024-06-28
|
||||||
|
|
@ -96,10 +96,12 @@ end
|
||||||
Add the next release to [CHANGELOG.md](https://github.com/aserafin/grape_logging/blob/master/CHANGELOG.md).
|
Add the next release to [CHANGELOG.md](https://github.com/aserafin/grape_logging/blob/master/CHANGELOG.md).
|
||||||
|
|
||||||
```
|
```
|
||||||
## [Next Release]
|
## [1.8.6] - Unreleased
|
||||||
|
|
||||||
### Changed or Fixed or Added
|
### Changed or Fixed or Added
|
||||||
- Your contribution here.
|
- Your contribution here.
|
||||||
|
|
||||||
|
[1.8.6]: https://github.com/aserafin/grape_logging/compare/v1.8.5...master
|
||||||
```
|
```
|
||||||
|
|
||||||
Commit your changes.
|
Commit your changes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue