Skip to content

Commit

Permalink
Documentation for release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Nov 5, 2016
1 parent 46c9a06 commit bdd09a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## v0.11.0 - 05-Nov-2016
### Added
- Added S3 deployment to `npm run build:client-min` and application

### Fixed
- #482 Avatar style improvements
- Restores a default box shadow, with the option for border styling
- Makes lobby and last call primary buttons more prominent
- #492 minor UI updates
- 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
- #458 Added ability to create and invite new teams
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.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 |
| v0.9.5 | Fixes #433, #440, #445 |
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. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "0.10.0",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down

0 comments on commit bdd09a2

Please sign in to comment.