Skip to content

Commit

Permalink
version bump 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Feb 8, 2020
1 parent 065c71c commit cc637a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.4.0 - 2020-01-19
## 1.4.1 - 2020-02-08 - YANKED

* [#91](https://github.com/trusche/httplog/pull/91) Fixed bug returning empty response with HTTP gem

## 1.4.0 - 2020-01-19 - YANKED

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

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.4.0)
httplog (1.4.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.4.0'.freeze
VERSION = '1.4.1'.freeze
end

0 comments on commit cc637a2

Please sign in to comment.