From f0d797257d63c2c4258a0964ba45be64a7423b7c Mon Sep 17 00:00:00 2001 From: Jordan Husney Date: Wed, 28 Sep 2016 09:04:35 -0400 Subject: [PATCH] preparing documentation to tag v0.6.3 --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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"