Skip to content

Commit

Permalink
version bump 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Jun 7, 2019
1 parent b59da1a commit c842775
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
@@ -1,3 +1,7 @@
## 1.3.1 - 2019-06-07

* [#76](https://github.com/trusche/httplog/pull/76) Added configurable logger method

## 1.3.0 - 2019-05-18

* [#74](https://github.com/trusche/httplog/pull/74) Added ability to filter sensitive parameter values in the request (based on [#73](https://github.com/trusche/httplog/pull/73)). Default masking of `password` parameter
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:
httplog (1.3.0)
httplog (1.3.1)
rack (>= 1.0)
rainbow (>= 2.0.0)

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

module HttpLog
VERSION = '1.3.0'.freeze
VERSION = '1.3.1'.freeze
end

0 comments on commit c842775

Please sign in to comment.