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 7a7b7ba commit 5e4ad4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
### next

* Added all versions up to Ruby 3.4 to the CI matrix (#9)
* 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 ([#9](https://github.com/hausgold/boltless/pull/9))

### 1.5.1 (17 January 2025)

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

### 1.5.0 (3 January 2025)

* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#7)
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#7](https://github.com/hausgold/boltless/pull/7))

### 1.4.4 (15 August 2024)

Expand All @@ -24,30 +28,30 @@

### 1.4.1 (9 August 2024)

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

### 1.4.0 (8 July 2024)

* Moved the development dependencies from the gemspec to the Gemfile (#4)
* Dropped support for Ruby <2.7 (#5)
* Moved the development dependencies from the gemspec to the Gemfile ([#4](https://github.com/hausgold/boltless/pull/4))
* Dropped support for Ruby <2.7 ([#5](https://github.com/hausgold/boltless/pull/5))

### 1.3.0 (24 February 2023)

* Added support for Gem release automation

### 1.2.0 (18 January 2023)

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

### 1.1.0 (21 September 2022)

* Added a raw response handler hook which allows to check/modify the neo4j
response body before it gets JSON parsed
(`Boltless.configuration.raw_response_handler`) (#1)
(`Boltless.configuration.raw_response_handler`) ([#1](https://github.com/hausgold/boltless/pull/1))

### 1.0.0 (15 August 2022)

Expand Down
2 changes: 1 addition & 1 deletion lib/boltless/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The gem version details.
module Boltless
# The version of the +boltless+ 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 5e4ad4d

Please sign in to comment.