Skip to content

Commit

Permalink
Release: Bump version to 3.1.0 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer authored Jan 18, 2022
1 parent e9544b8 commit b1c67e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ Unreleased

New features:

Updated features:

Removed features:

Internal improvements:

Testing improvements:

Others:

v3.1.0 (2022-18-01)
======

New features:

* mask_tokens config (default: true) to mask tokens in logs

Updated features:

* Log before and after sending request

Removed features:

Internal improvements:

* Lock Faraday to < 2
Expand All @@ -23,9 +36,6 @@ Testing improvements:
* Use Github actions for CI
* Run CI on latest rubies

Others:


v3.0.0 (2017-03-17)
======

Expand Down
2 changes: 1 addition & 1 deletion lib/koala/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Koala
VERSION = "3.0.0"
VERSION = "3.1.0"
end

0 comments on commit b1c67e3

Please sign in to comment.