File tree 2 files changed +5
-2
lines changed
core/src/main/java/io/crate
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changes for Crate
5
5
Unreleased
6
6
==========
7
7
8
+ 2014/11/12 0.45.4
9
+ =================
10
+
8
11
- Number of shards for new partitions can now be changed by using the
9
12
``ALTER TABLE`` statement.
10
13
@@ -13,7 +16,7 @@ Unreleased
13
16
14
17
- Fix: ``alter table add column`` didn't work correctly on partitioned tables.
15
18
16
- - Added cast function for timestamp type
19
+ - Added cast function for timestamp type.
17
20
18
21
2014/11/10 0.45.3
19
22
=================
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class Version {
35
35
36
36
37
37
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 );
39
39
40
40
static {
41
41
// safe-guard that we don't release a version with DEBUG_MODE set to true
You can’t perform that action at this time.
0 commit comments