diff --git a/CHANGELOG.md b/CHANGELOG.md index dab616c3d1a..b7e03e68cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b509827fb4d..6491226be66 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/package.json b/package.json index f5502eaaa84..57776deb14e 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.10.0", + "version": "0.11.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/action"