From c3416166d2fc8f8ace0ea6ce0d8acc19b78652e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:10:20 +0000 Subject: [PATCH] chore(master): release 0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ Gemfile.lock | 2 +- lib/factiva/version.rb | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75837b5..ae81d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index bb5e560..73d45e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - factiva-api-client (0.3.0) + factiva-api-client (0.5.0) dry-monads (~> 1.4) http (~> 5.0) diff --git a/lib/factiva/version.rb b/lib/factiva/version.rb index d93e3c1..50c2891 100644 --- a/lib/factiva/version.rb +++ b/lib/factiva/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Factiva - VERSION = "0.3.0" + VERSION = "0.5.0" end