From c3279139fab69d25d017cb9b83d1de9e18fd5018 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Wed, 23 Aug 2023 23:12:56 +0200 Subject: [PATCH] Preprare release 3.5.0 (#683) --- changelog.md | 7 ++++++- lib/koala/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c6822fd8..b5e6e5f4 100644 --- a/changelog.md +++ b/changelog.md @@ -10,12 +10,17 @@ Updated features: Removed features: Internal improvements: -* Raise ClientError instead of NoMethodError when body is 'null' ([#673](https://github.com/arsduo/koala/issues/673)) Testing improvements: Others: +v3.5.0 (2023-08-23) +====== + +Internal improvements: +* Raise ClientError instead of NoMethodError when body is 'null' ([#673](https://github.com/arsduo/koala/issues/673)) + v3.4.0 (2023-01-05) ====== diff --git a/lib/koala/version.rb b/lib/koala/version.rb index d98f4176..3f56d278 100644 --- a/lib/koala/version.rb +++ b/lib/koala/version.rb @@ -1,3 +1,3 @@ module Koala - VERSION = "3.4.0" + VERSION = "3.5.0" end