Skip to content

Commit

Permalink
Preprare release 3.6.0 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Jun 27, 2024
1 parent 643a4c8 commit 9be53fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ Unreleased

New features:

Updated features:

Removed features:

Internal improvements:

Testing improvements:

Others:

v3.6.0 (2024-06-27)
==========

Updated features:

* Add fbtrace_id, x-fb-rev, x-fb-debug to error messages and error class ([#668](https://github.com/arsduo/koala/pull/686))
* Handles the invalid JSON response from Facebook when the request's http_options[:http_component] is set to ':response' ([#689](https://github.com/arsduo/koala/pull/689))

Removed features:

Internal improvements:

* Require base64 for ruby 3.4 support ([#688](https://github.com/arsduo/koala/pull/688))
Expand All @@ -22,8 +33,6 @@ Testing improvements:
* Add latest rubies to CI ([#687](https://github.com/arsduo/koala/pull/687))
* Bump GHA action plugins to avoid deprecation warnings ([#689](https://github.com/arsduo/koala/pull/689))

Others:

v3.5.0 (2023-08-23)
======

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.5.0"
VERSION = "3.6.0"
end

0 comments on commit 9be53fa

Please sign in to comment.