From 313f083f5dfaa4f409b829d76a98f275c954f989 Mon Sep 17 00:00:00 2001 From: Michael Laws Date: Thu, 15 Sep 2016 10:14:51 -0700 Subject: [PATCH] Update change log for 1.0.0 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..956e569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log +Notable features, fixes, and changes (breaking and non-breaking) between releases will be documented in this file. [Semantic Versioning](http://semver.org) shall be used for version numbering in this project. + +## [1.0.0](https://github.com/AppliedInfrastructure/cassandra-snapshot-tools/tree/1.0.0) (2016-09-15) + +**New Features** + +* Initial commit of getSnapshot and putSnapshot utilities +* Added basic documentation via README.md +* Added contribution guidelines and change log + +**Fixes** + +**Changes**