Skip to content

Commit

Permalink
TECH-4193: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed May 14, 2020
1 parent 518c9e5 commit dbbf881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

## [0.7.0] - Unreleased
## [0.7.0] - 2020-07-14
### Deprecated
- Deprecated ContextualLogger.new. It will be removed in version 1.0.
Instead, use `expect ContextualLogger::LoggerMixin` on a logger instance or `include ContextualLogger::LoggerMixin` in a Logger class.
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 (0.7.0.pre.1)
contextual_logger (0.7.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 = '0.7.0.pre.1'
VERSION = '0.7.0'
end

0 comments on commit dbbf881

Please sign in to comment.