From 42217f50adcd9bb7cc5cb2e0e8a568fb04e8f0f7 Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Thu, 30 Jan 2025 09:50:53 +0000 Subject: [PATCH] [Release] Bumped the version to 3.10.0. --- CHANGELOG.md | 32 ++++++++++++++++++-------------- lib/conversejs/version.rb | 2 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391d197..894d6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,26 @@ ### next -* Added all versions up to Ruby 3.4 to the CI matrix (#12) +* TODO: Replace this bullet point with an actual description of a change. + +### 3.10.0 (30 January 2025) + +* Added all versions up to Ruby 3.4 to the CI matrix ([#12](https://github.com/hausgold/conversejs/pull/12)) ### 3.9.0 (23 January 2025) -* Added support for Rails 7.1 (#11) +* Added support for Rails 7.1 ([#11](https://github.com/hausgold/conversejs/pull/11)) ### 3.8.1 (17 January 2025) -* Added the logger dependency (#10) +* Added the logger dependency ([#10](https://github.com/hausgold/conversejs/pull/10)) ### 3.8.0 (12 January 2025) -* Switched to Zeitwerk as autoloader (#9) +* Switched to Zeitwerk as autoloader ([#9](https://github.com/hausgold/conversejs/pull/9)) ### 3.7.0 (3 January 2025) -* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#8) +* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#8](https://github.com/hausgold/conversejs/pull/8)) ### 3.6.5 (15 August 2024) @@ -36,12 +40,12 @@ ### 3.6.1 (9 August 2024) -* Added API docs building to continuous integration (#7) +* Added API docs building to continuous integration ([#7](https://github.com/hausgold/conversejs/pull/7)) ### 3.6.0 (8 July 2024) -* Moved the development dependencies from the gemspec to the Gemfile (#5) -* Dropped support for Ruby <2.7 (#6) +* Moved the development dependencies from the gemspec to the Gemfile ([#5](https://github.com/hausgold/conversejs/pull/5)) +* Dropped support for Ruby <2.7 ([#6](https://github.com/hausgold/conversejs/pull/6)) ### 3.5.0 (24 February 2023) @@ -49,11 +53,11 @@ ### 3.4.0 (18 January 2023) -* Bundler >= 2.3 is from now on required as minimal version (#3) -* Dropped support for Ruby < 2.5 (#3) -* Dropped support for Rails < 5.2 (#3) +* Bundler >= 2.3 is from now on required as minimal version ([#3](https://github.com/hausgold/conversejs/pull/3)) +* Dropped support for Ruby < 2.5 ([#3](https://github.com/hausgold/conversejs/pull/3)) +* Dropped support for Rails < 5.2 ([#3](https://github.com/hausgold/conversejs/pull/3)) * Updated all development/runtime gems to their latest - Ruby 2.5 compatible version (#3) + Ruby 2.5 compatible version ([#3](https://github.com/hausgold/conversejs/pull/3)) ### 3.3.6 (15 October 2021) @@ -64,9 +68,9 @@ * Corrected the badge links * Switched to SVG project teasers -* Updated Travis CI and Code Climate configs (#1) +* Updated Travis CI and Code Climate configs ([#1](https://github.com/hausgold/conversejs/pull/1)) * Changed travis-ci.org to travis-ci.com links -* Fix the broken tests for Sprockets 4+ (#2) +* Fix the broken tests for Sprockets 4+ ([#2](https://github.com/hausgold/conversejs/pull/2)) ### 3.3.4 (9 May 2018) diff --git a/lib/conversejs/version.rb b/lib/conversejs/version.rb index d1c112f..f49af14 100644 --- a/lib/conversejs/version.rb +++ b/lib/conversejs/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Conversejs # The version of the +conversejs+ gem - VERSION = '3.9.0' + VERSION = '3.10.0' class << self # Returns the version of gem as a string.