Skip to content

Commit

Permalink
version bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed May 20, 2021
1 parent ae519ee commit 5734751
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.0 - 2021-05-20

* Support for Ruby 2.7 and frozen strings
* Development dependency updates
* Dropped support for net/http v3
* Performance tweaks
* Fix for RestClient body read issue (WARNING: this may be reverted, see [#105](https://github.com/trusche/httplog/issues/105))

## 1.4.3 - 2020-06-10

* Masking `password` parameter by default... doh.
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.3)
httplog (1.5.0)
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.3'.freeze
VERSION = '1.5.0'.freeze
end

0 comments on commit 5734751

Please sign in to comment.