diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c22ed1efc0..9502f4fe84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## v0.6.3 - 28-Sep-2016 +### Fixed +- Agenda processing order fix for issue #294 + ## v0.6.2 - 27-Sep-2016 ### Added - Processing of agenda items during meeting into new projects and actions diff --git a/README.md b/README.md index 6170995da53..f93c2a046eb 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ get involved and how to get compensated. | Release | Summary | |---------|--------------------------------------------| +| v0.6.3 | Agenda processing order fix for issue #294 | | v0.6.2 | Processing of meeting agenda to projects | | v0.6.1 | Agenda items, @live directive, bug fixes | | v0.5.3 | Add Project Updates, rallies, segment.io | diff --git a/package.json b/package.json index 15412079d61..fd47d8914ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "0.6.2", + "version": "0.6.3", "repository": { "type": "git", "url": "https://github.com/ParabolInc/action"