Skip to content

Commit

Permalink
Merge pull request #62 from Metaswitch/release-0.14.1
Browse files Browse the repository at this point in the history
Release 0.14.1
  • Loading branch information
kw217 committed Nov 11, 2019
2 parents c058647 + 5004af9 commit 07a003f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
build = "build.rs"

Expand Down

0 comments on commit 07a003f

Please sign in to comment.