diff --git a/CHANGES.txt b/CHANGES.txt index dc79da073..98f19f314 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,6 +38,9 @@ ******************************************************************************** +1.5.1 + * Includes all patches up to 1.4.4 + 1.5.0 * Fixed assembly build (SPARKC-311) * Upgrade Cassandra version to 3.0.2 by default and allow to specify arbitrary Cassandra version for @@ -76,7 +79,7 @@ ******************************************************************************** 1.4.4 - * Use executeAsync when joining with C* table (SPARKC-233)OA + * Use executeAsync when joining with C* table (SPARKC-233) 1.4.3 * Disable delayed retrying (SPARKC-360)