Skip to content

Commit 5734751

Browse files
committed
version bump 1.5.0
1 parent ae519ee commit 5734751

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.5.0 - 2021-05-20
2+
3+
* Support for Ruby 2.7 and frozen strings
4+
* Development dependency updates
5+
* Dropped support for net/http v3
6+
* Performance tweaks
7+
* Fix for RestClient body read issue (WARNING: this may be reverted, see [#105](https://github.com/trusche/httplog/issues/105))
8+
19
## 1.4.3 - 2020-06-10
210

311
* Masking `password` parameter by default... doh.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
httplog (1.4.3)
4+
httplog (1.5.0)
55
rack (>= 1.0)
66
rainbow (>= 2.0.0)
77

lib/httplog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HttpLog
4-
VERSION = '1.4.3'.freeze
4+
VERSION = '1.5.0'.freeze
55
end

0 commit comments

Comments
 (0)