Skip to content

Commit 6412d79

Browse files
[Release] Bumped the version to 2.1.0.
1 parent d6d67e7 commit 6412d79

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
### next
22

3-
* Dropped Reek (#23)
4-
* Added support for Rails 8.1 (#24)
3+
* TODO: Replace this bullet point with an actual description of a change.
4+
5+
### 2.1.0 (23 October 2025)
6+
7+
* Dropped Reek ([#23](https://github.com/hausgold/immoscout/pull/23))
8+
* Added support for Rails 8.1 ([#24](https://github.com/hausgold/immoscout/pull/24))
59
* Switched from `ActiveSupport::Configurable` to a custom implementation based
6-
on `ActiveSupport::OrderedOptions` (#25)
10+
on `ActiveSupport::OrderedOptions` ([#25](https://github.com/hausgold/immoscout/pull/25))
711

812
### 2.0.0 (28 June 2025)
913

lib/immoscout/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The gem version details.
44
module Immoscout
55
# The version of the +immoscout+ gem
6-
VERSION = '2.0.0'
6+
VERSION = '2.1.0'
77

88
class << self
99
# Returns the version of gem as a string.

0 commit comments

Comments
 (0)