Skip to content

Commit 8ff9683

Browse files
author
Ahmet Abdi
authored
Merge pull request #116 from FundingCircle/2_3_1
Version 2.3.1
2 parents 84c07e2 + cf1ae8b commit 8ff9683

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.3.1] - 2019-05-14
8+
### Added
9+
New configuration option `hide_pii` which defaults to `true` to hide email addresses in logs that get generate when an email is sent through action_mailer
10+
711
## [2.3.0] - 2018-06-29
812
### Added
913
Support for Sidekiq `~> 5.0`.

lib/loga/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Loga
2-
VERSION = '2.3.0'.freeze
2+
VERSION = '2.3.1'.freeze
33
end

0 commit comments

Comments
 (0)