Skip to content

Commit

Permalink
version bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Jan 19, 2020
1 parent 86b0aed commit 742cee4
Show file tree
Hide file tree
Showing 4 changed files with 7 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.4.0 - 2020-01-19

* [#85](https://github.com/trusche/httplog/pull/85) Parse JSON response and apply deep masking

## 1.3.3 - 2019-11-14

* [#83](https://github.com/trusche/httplog/pull/83) Support for graylog
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.3)
httplog (1.4.0)
rack (>= 1.0)
rainbow (>= 2.0.0)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ HttpLog.configure do |config|
config.url_masked_body_pattern = nil

# You can specify any custom JSON serializer that implements `load` and `dump` class methods
# to parse JSON responses
config.json_parser = JSON

# Mask the values of sensitive request parameters
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.3'.freeze
VERSION = '1.4.0'.freeze
end

0 comments on commit 742cee4

Please sign in to comment.