diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e03e68cd6..bdc5ca6d1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## v0.12.0 - 15-Nov-2016 +### Added +- Added Team Settings implementation + - Can now rename teams + - Can promote a new team leader + - Can invite new team members + - Can resend invitations + - Can revoke invitations + - Can remove team members (even if they are in a meeting) + +### Fixed +- #512 Grant facilitation permission to every team member + ## v0.11.0 - 05-Nov-2016 ### Added - Added S3 deployment to `npm run build:client-min` and application @@ -16,7 +29,6 @@ This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). - DashModal has updated border styling - SummaryHeader has button-styled link to team dashboard - LastCall pulls success expression from array -- CircleCI build cache fixes ## v0.10.0 - 02-Nov-2016 ### Added diff --git a/README.md b/README.md index 6491226be66..90ed7c34fc6 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ get involved and how to get compensated. | Release | Summary | |---------|--------------------------------------------| +| v0.12.0 | Added team settings, modal components | | v0.11.0 | Added S3 deployment, minor UI improvements | | v0.10.0 | Can add new teams, many fixes | | v0.9.6 | Auto-elect new facilitator, fixes | diff --git a/package.json b/package.json index af4d64bd93b..a0608fe6771 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.11.0", + "version": "0.12.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/action"