Skip to content

Commit

Permalink
Bump to version 2.15.4
Browse files Browse the repository at this point in the history
* adds the changelog for the bugfix release
* Bump to version 2.15.4 (changelog changes, version updates)
  • Loading branch information
floriank authored Jun 22, 2020
1 parent c0cb756 commit 58bebe5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 2.15.4

### Fixed
* Fixed an issue where the `log_level` of `Logger` was changed unintentionally [#222](https://github.com/contentful/contentful.rb/pull/222)
* Fixed an issue cause by a `Logger` not being correctly thrown away, causing an exception. [#220](https://github.com/contentful/contentful.rb/pull/220)
* Added `title` field to assets to prevent Error raising when the field is empty. [#218](https://github.com/contentful/contentful.rb/pull/218)
* Fixed an issue with `ArrayLike` not taking multiple arguments leading to Errors when using it with pagination libraries. [#215](https://github.com/contentful/contentful.rb/pull/215)

## 2.15.3
### Fixed
* Fixed a deprecation warning in Ruby 2.7.0 for `URI::escape` and replaced it with a backwards compatible mechanism. [#217](https://github.com/contentful/contentful.rb/issues/217)
Expand Down
2 changes: 1 addition & 1 deletion lib/contentful/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contentful Namespace
module Contentful
# Gem Version
VERSION = '2.15.3'
VERSION = '2.15.4'
end

0 comments on commit 58bebe5

Please sign in to comment.