Skip to content

Commit

Permalink
prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Dec 8, 2023
1 parent 9317acb commit 1779b0c
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.3.0] 2023-12-08
### Added
- `ContextualLogger::LoggerMixin#redact` method to expose the existing redaction logic outside of just logs.

## [1.2.0] - 2023-09-14
### Changed
- Changed global_context to be stored inside the logger.
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.2.0)
contextual_logger (1.3.0)
activesupport
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.2.0'
VERSION = '1.3.0'
end

0 comments on commit 1779b0c

Please sign in to comment.