Skip to content

Commit

Permalink
Documentation for v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Nov 15, 2016
1 parent 77424b6 commit fd9ed81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <love@parabol.com> (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"
Expand Down

0 comments on commit fd9ed81

Please sign in to comment.