diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e33d67f..82f3e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## 1.0.0 ### Added +- Application SID Checking +- Redis Stor for URLs +- TwiML generation - JSDoc config - Simple contributing guidelines - CI Integration @@ -15,4 +18,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Readme [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop - diff --git a/package.json b/package.json index cb0405f..5bda8c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dead-drop", - "version": "1.0.0-alpha1", + "version": "1.0.0", "description": "A voice communication system", "main": "lib/dead_drop.js", "repository": "git@github.com:rbdr/dead-drop.git", |