Skip to content

Commit 597ae69

Browse files
committed
prepare release 0.45.4
1 parent b4e8e03 commit 597ae69

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes for Crate
55
Unreleased
66
==========
77

8+
2014/11/12 0.45.4
9+
=================
10+
811
- Number of shards for new partitions can now be changed by using the
912
``ALTER TABLE`` statement.
1013

@@ -13,7 +16,7 @@ Unreleased
1316

1417
- Fix: ``alter table add column`` didn't work correctly on partitioned tables.
1518

16-
- Added cast function for timestamp type
19+
- Added cast function for timestamp type.
1720

1821
2014/11/10 0.45.3
1922
=================

core/src/main/java/io/crate/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Version {
3535

3636

3737
public static final boolean SNAPSHOT = false;
38-
public static final Version CURRENT = new Version(450399, SNAPSHOT, org.elasticsearch.Version.V_1_3_5);
38+
public static final Version CURRENT = new Version(450499, SNAPSHOT, org.elasticsearch.Version.V_1_3_5);
3939

4040
static {
4141
// safe-guard that we don't release a version with DEBUG_MODE set to true

0 commit comments

Comments
 (0)