Skip to content

Commit

Permalink
STORY-18706: Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaddell committed Jul 10, 2024
1 parent 322b2d5 commit 7f25e61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - Unreleased
### Added
- Added support for `activesupport` 7.1 by providing a mixin for extending Broadcast loggers.

## [1.3.0] 2023-12-08
### Added
- `ContextualLogger::LoggerMixin#redact` method to expose the existing redaction logic outside of just logs.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
contextual_logger (1.3.0)
contextual_logger (1.4.0)
activesupport (>= 6.0)
json

Expand Down
2 changes: 1 addition & 1 deletion lib/contextual_logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ContextualLogger
VERSION = '1.3.0'
VERSION = '1.4.0'
end

0 comments on commit 7f25e61

Please sign in to comment.