diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7c90eee8b..3c22ed1efc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## v0.6.2 - 27-Sep-2016 +### Added +- Processing of agenda items during meeting into new projects and actions + +### Fixed +- Add/remove rethinkdb entity from cache problem, see: https://github.com/mattkrick/cashay/issues/125 +- Editors multiplayer field regression + ## v0.6.1 - 23-Sep-2016 ### Added - Now supports removal of agenda items diff --git a/README.md b/README.md index e3e97724cc2..6170995da53 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,8 @@ get involved and how to get compensated. | Release | Summary | |---------|--------------------------------------------| -| v0.6.1 | Add Project Updates, rallies, segment.io | +| 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 | | v0.4.1 | Added Me Dash., multiplayer editing states | | v0.4.0 | Add Lobby, Check-in, start of Team Dash. | diff --git a/docs/epics/0001_Action_Epic_MVTP.md b/docs/epics/0001_Action_Epic_MVTP.md index fa4a8c0a6f8..f868cc12581 100644 --- a/docs/epics/0001_Action_Epic_MVTP.md +++ b/docs/epics/0001_Action_Epic_MVTP.md @@ -191,11 +191,11 @@ projects can be created and TMs can request what they need of each other. for a TM, they want to add it to the agenda, so that they have an opportunity to get what they need. -- [ ] When the meeting advances from agenda item to agenda item, the F will +- [X] When the meeting advances from agenda item to agenda item, the F will want to know what to say ("what do you need?") and the TM will want to be able to process the agenda item into new projects or actions. -- [ ] When the TM has created a project or action by mistake, the TM will +- [X] When the TM has created a project or action by mistake, the TM will want a control for deleting or canceling it, so that they don't add to the noise of the team. diff --git a/package.json b/package.json index 241c3977dee..15412079d61 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.1", + "version": "0.6.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/action"