Skip to content

Commit 3ad51af

Browse files
committed
fix rake tasks
1 parent f918e09 commit 3ad51af

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 1.5.1 (Nov 6, 2025)
2+
3+
* Fix rake tasks
4+
15
### Version 1.5.0 (Nov 5, 2025)
26

37
* 🎉 Support for Rails 8.1

lib/clickhouse-activerecord/railtie.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ class Railtie < Rails::Railtie
99
ClickhouseActiverecord.load
1010
end
1111
end
12-
13-
rake_tasks { load 'tasks/clickhouse.rake' }
1412
end
1513
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClickhouseActiverecord
2-
VERSION = '1.5.0'
2+
VERSION = '1.5.1'
33
end

0 commit comments

Comments
 (0)