From a11c00d2c0fd22ad2748525919809502a77b61cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Pati=C3=B1o?= <30449248+DaniPB@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:22:20 +0100 Subject: [PATCH] chore(master): release 0.6.0 --- CHANGELOG.md | 7 +++++++ lib/factiva/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae81d31..0b55513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.6.0](https://github.com/sequra/factiva-api-client/compare/v0.5.0...v0.6.0) (2025-01-20) + + +### Features + +* update README.md with Release information ([5a7e7c6](https://github.com/sequra/factiva-api-client/commit/5a7e7c6e0b51e233b1fd98161244e6b389d5087e)) + ## [0.5.0](https://github.com/sequra/factiva-api-client/compare/v0.4.0...v0.5.0) (2024-10-08) diff --git a/lib/factiva/version.rb b/lib/factiva/version.rb index 50c2891..6612d7c 100644 --- a/lib/factiva/version.rb +++ b/lib/factiva/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Factiva - VERSION = "0.5.0" + VERSION = "0.6.0" end