Skip to content

Commit

Permalink
[Release] Bumped the version to 3.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
deployhausgold committed Jan 30, 2025
1 parent 961ed4b commit 42217f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -36,24 +40,24 @@

### 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)

* Added support for Gem release automation

### 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)

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/conversejs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42217f5

Please sign in to comment.