-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f329c20
commit c341616
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
## [Unreleased] | ||
|
||
## [0.5.0](https://github.com/sequra/factiva-api-client/compare/v0.4.0...v0.5.0) (2024-10-08) | ||
|
||
|
||
### Features | ||
|
||
* Adapt parameters for Ruby 3 ([#9](https://github.com/sequra/factiva-api-client/issues/9)) ([83487d5](https://github.com/sequra/factiva-api-client/commit/83487d55dd4a8cd90ecd24eaa1b9b34934445234)) | ||
* raise HTTP::TimeoutError for CircuitBreaker ([#13](https://github.com/sequra/factiva-api-client/issues/13)) ([f88bec2](https://github.com/sequra/factiva-api-client/commit/f88bec29f01085340d29e5748c9782e23c19b3a8)) | ||
* raise timeout error for circuit breaker ([#17](https://github.com/sequra/factiva-api-client/issues/17)) ([f329c20](https://github.com/sequra/factiva-api-client/commit/f329c2063dbd16dec3f4bc6aeea02a6c39cb757f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* revert refactoring ([#15](https://github.com/sequra/factiva-api-client/issues/15)) ([1f233f9](https://github.com/sequra/factiva-api-client/commit/1f233f9c074941db51e0f452b3885522935cc665)) | ||
|
||
## [0.1.0] - 2022-01-21 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Factiva | ||
VERSION = "0.3.0" | ||
VERSION = "0.5.0" | ||
end |