diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-02-19 02:03:50 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-02-19 02:03:50 -0600 |
| commit | 2082455bb240291413c368c1b74736a739db2a2c (patch) | |
| tree | 068b1f22bb170312b0830840a72a3ff0e21ae207 | |
| parent | e5fdb2d460feed6beda8cac764b15f173b67159d (diff) | |
Update readme and changelog
| -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", |