From: Ben Beltran Date: Sun, 19 Feb 2017 08:03:50 +0000 (-0600) Subject: Update readme and changelog X-Git-Url: https://git.r.bdr.sh/rbdr/dead-drop/commitdiff_plain/2082455bb240291413c368c1b74736a739db2a2c?hp=-c Update readme and changelog --- 2082455bb240291413c368c1b74736a739db2a2c 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",