diff --git a/CHANGELOG.md b/CHANGELOG.md index 945808c..cc9685b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ version number is tracked in the file `VERSION`. ## [Unreleased] ### Added ### Changed +### Fixed + +## [0.14.1] - 2019-11-07 +### Changed - Add code example for SSL. - Updated error-chain to 0.12.1 to avoid `Error` deprecation warnings. diff --git a/Cargo.toml b/Cargo.toml index 9b76983..8113d4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = [ "Cassandra", "binding", "CQL", "client", "database" ] categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous" ] license = "Apache-2.0" name = "cassandra-cpp" -version = "0.14.0" +version = "0.14.1" authors = ["Tupshin Harper ", "Keith Wansbrough "] build = "build.rs"