Skip to content

Commit

Permalink
Release v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lindgrenj6 committed May 25, 2021
1 parent 0319dd8 commit c2a597f
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 @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.4] - 2021-05-25
### Fixed
- Ensure UTF-8 compatibility for ErrorDocument#to_h.to_json #227

## [5.0.3] - 2021-05-14
### Fixed
- Change to support object id with different patterns #224
Expand Down Expand Up @@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Initial release to rubygems.org


[Unreleased]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.3.freeze...HEAD
[Unreleased]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.4.freeze...HEAD
[5.0.4]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.3.freeze...v5.0.4.freeze
[5.0.3]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.2.freeze...v5.0.3.freeze
[5.0.2]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.1.freeze...v5.0.2.freeze
[5.0.1]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.0.freeze...v5.0.1.freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/insights/api/common/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Insights
module API
module Common
VERSION = "5.0.3".freeze
VERSION = "5.0.4".freeze
end
end
end

0 comments on commit c2a597f

Please sign in to comment.