Skip to content

Commit

Permalink
Preprare release 3.5.0 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Aug 23, 2023
1 parent a74f498 commit c327913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
======

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.4.0"
VERSION = "3.5.0"
end

0 comments on commit c327913

Please sign in to comment.