Skip to content

Commit

Permalink
[Release] Bumped the version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
deployhausgold committed Jan 30, 2025
1 parent 67aeb4a commit 727107a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
36 changes: 20 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
### next

* Added all versions up to Ruby 3.4 to the CI matrix (#16)
* TODO: Replace this bullet point with an actual description of a change.

### 1.6.0 (30 January 2025)

* Added all versions up to Ruby 3.4 to the CI matrix ([#16](https://github.com/hausgold/alarmable/pull/16))

### 1.5.1 (17 January 2025)

* Added the logger dependency (#15)
* Added the logger dependency ([#15](https://github.com/hausgold/alarmable/pull/15))

### 1.5.0 (14 January 2025)

* Switched to Zeitwerk as autoloader (#14)
* Switched to Zeitwerk as autoloader ([#14](https://github.com/hausgold/alarmable/pull/14))

### 1.4.0 (12 January 2025)

* Just a retag of 1.3.0

### 1.3.0 (3 January 2025)

* Upgraded PostgreSQL to 16.4 (#10)
* Upgraded PostgreSQL to 16.6 (#11)
* Upgraded PostgreSQL to 17.2 (#12)
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#13)
* Upgraded PostgreSQL to 16.4 ([#10](https://github.com/hausgold/alarmable/pull/10))
* Upgraded PostgreSQL to 16.6 ([#11](https://github.com/hausgold/alarmable/pull/11))
* Upgraded PostgreSQL to 17.2 ([#12](https://github.com/hausgold/alarmable/pull/12))
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#13](https://github.com/hausgold/alarmable/pull/13))

### 1.2.4 (15 August 2024)

Expand All @@ -35,25 +39,25 @@

### 1.2.1 (9 August 2024)

* Added API docs building to continuous integration (#9)
* Added API docs building to continuous integration ([#9](https://github.com/hausgold/alarmable/pull/9))

### 1.2.0 (8 July 2024)

* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#5)
* Moved the development dependencies from the gemspec to the Gemfile (#6)
* Dropped support for Ruby <2.7 (#8)
* Upgraded to PostgreSQL 15.2 and Redis 7.0 ([#5](https://github.com/hausgold/alarmable/pull/5))
* Moved the development dependencies from the gemspec to the Gemfile ([#6](https://github.com/hausgold/alarmable/pull/6))
* Dropped support for Ruby <2.7 ([#8](https://github.com/hausgold/alarmable/pull/8))

### 1.1.0 (24 February 2023)

* Added support for Gem release automation

### 1.0.0 (18 January 2023)

* Bundler >= 2.3 is from now on required as minimal version (#4)
* Dropped support for Ruby < 2.5 (#4)
* Dropped support for Rails < 5.2 (#4)
* Bundler >= 2.3 is from now on required as minimal version ([#4](https://github.com/hausgold/alarmable/pull/4))
* Dropped support for Ruby < 2.5 ([#4](https://github.com/hausgold/alarmable/pull/4))
* Dropped support for Rails < 5.2 ([#4](https://github.com/hausgold/alarmable/pull/4))
* Updated all development/runtime gems to their latest
Ruby 2.5 compatible version (#4)
Ruby 2.5 compatible version ([#4](https://github.com/hausgold/alarmable/pull/4))

### 0.1.2 (15 October 2021)

Expand All @@ -68,7 +72,7 @@
* Configured simplecov correctly
* Switched to SVG project teasers
* Dropped support for EOL Ruby 2.2 and added 2.6
* Updated Code Climate configs (#1)
* Updated Code Climate configs ([#1](https://github.com/hausgold/alarmable/pull/1))
* Changed travis-ci.org to travis-ci.com links
* Corrected the GNU Make release target

Expand Down
2 changes: 1 addition & 1 deletion lib/alarmable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The gem version details.
module Alarmable
# The version of the +alarmable+ gem
VERSION = '1.5.1'
VERSION = '1.6.0'

class << self
# Returns the version of gem as a string.
Expand Down

0 comments on commit 727107a

Please sign in to comment.