From 9be53faaf4e0326948cb48531da0c8001251db27 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Thu, 27 Jun 2024 11:05:54 +0200 Subject: [PATCH] Preprare release 3.6.0 (#691) --- changelog.md | 17 +++++++++++++---- lib/koala/version.rb | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 11ebe977..32a01b3b 100644 --- a/changelog.md +++ b/changelog.md @@ -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)) @@ -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) ====== diff --git a/lib/koala/version.rb b/lib/koala/version.rb index 3f56d278..d8e5eb07 100644 --- a/lib/koala/version.rb +++ b/lib/koala/version.rb @@ -1,3 +1,3 @@ module Koala - VERSION = "3.5.0" + VERSION = "3.6.0" end