Skip to content

Commit 72c5e23

Browse files
committed
published 1.4.0 version
1 parent 1bf2705 commit 72c5e23

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 1.4.0 (Sep 18, 2025)
2+
3+
* `CREATE OR REPLACE FUNCTION` in SQL schema dumps in #198
4+
* Added shard config to handle replica path with shard in #201
5+
* Add support for simple schema dumping in #203
6+
* Unscope :final and :settings in #208
7+
* Encapsulate format logic within Statement and helper classes in #162
8+
19
### Version 1.3.1 (Feb 12, 2025)
210

311
* Restore replace database from dump schema table creation
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClickhouseActiverecord
2-
VERSION = '1.3.1'
2+
VERSION = '1.4.0'
33
end

0 commit comments

Comments
 (0)