diff --git a/CHANGELOG.md b/CHANGELOG.md index 5081fcb..18958d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased][unreleased] +## [1.0.0] - 2015-14-07 ### Fixed - Replaced all remaining references to deprecated gem name (Simsim) diff --git a/lib/knock/version.rb b/lib/knock/version.rb index e3a0a4e..d4283cb 100644 --- a/lib/knock/version.rb +++ b/lib/knock/version.rb @@ -1,3 +1,3 @@ module Knock - VERSION = "1.0.0.rc1" + VERSION = "1.0.0" end