Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprare release 3.6.0 #691

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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