Skip to content

Commit

Permalink
Merge pull request #209 from lindgrenj6/release_4.1.5
Browse files Browse the repository at this point in the history
Release v4.1.5
  • Loading branch information
eclarizio authored Oct 6, 2020
2 parents 00cf1d3 + 7c23eac commit 4640fcf
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]

## [4.1.5] - 2020-10-01
### Changed
- Fixed to log error messages in with_request block #208

## [4.1.4] - 2020-09-25
### Changed
- Remove POST / PATCH from redirects #173
Expand Down Expand Up @@ -194,7 +198,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/v4.1.4...HEAD
[Unreleased]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v4.1.5...HEAD
[4.1.5]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v4.1.4...v4.1.5
[4.1.4]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v4.1.3...v4.1.4
[4.1.3]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v4.1.2...v4.1.3
[4.1.2]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v4.1.1...v4.1.2
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 = "4.1.4".freeze
VERSION = "4.1.5".freeze
end
end
end

0 comments on commit 4640fcf

Please sign in to comment.