Skip to content

Commit

Permalink
Preprare release 3.4.0 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Jan 5, 2023
1 parent 0d07515 commit ad26a84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ New features:

Updated features:

* Force use by default of HTTPS (instead of HTTP) when there is no access token.
HTTP can still be used by passing :use_ssl => false in the options hash for an api call ([#678](https://github.com/arsduo/koala/pull/678/files))

Removed features:

Internal improvements:
Expand All @@ -18,6 +15,14 @@ Testing improvements:

Others:

v3.4.0 (2023-01-05)
======

Updated features:

* Force use by default of HTTPS (instead of HTTP) when there is no access token.
HTTP can still be used by passing :use_ssl => false in the options hash for an api call ([#678](https://github.com/arsduo/koala/pull/678/files))

v3.3.0 (2022-09-27)
======

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.3.0"
VERSION = "3.4.0"
end

0 comments on commit ad26a84

Please sign in to comment.