]> git.r.bdr.sh - rbdr/dead-drop/commitdiff
Update readme and changelog
authorBen Beltran <redacted>
Sun, 19 Feb 2017 08:03:50 +0000 (02:03 -0600)
committerBen Beltran <redacted>
Sun, 19 Feb 2017 08:03:50 +0000 (02:03 -0600)
CHANGELOG.md
package.json

index e33d67f525140baef30c76e65a1e3dc5e1a380eb..82f3e55df5d0a82c50dad787be2334e32975e786 100644 (file)
@@ -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
-
index cb0405f45976fe42becd2ae8a24394fcd16479e5..5bda8c499b1d80c5408dea0f07d96e4c25d02692 100644 (file)
@@ -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",