From f74591da2d5c42b8a1e658d17310e604bedcf856 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 31 Jan 2017 00:52:09 -0600 Subject: 📝 Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd38475..fd8004d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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] - 2016-12-12 +## 1.0.0 - 2016-01-31 ### Added -- Add inefficient API response -- Add inefficient polling -- Add comments +- Inefficient API response +- Inefficient polling +- Comment Support - JSDoc config - Twitter OAuth Integration - Simple contributing guidelines @@ -16,9 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Docker configuration - CI Integration - This CHANGELOG - -### Changed -- README to include more info on how to run +- Readme [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop -- cgit