diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d3459748f..046a4fd67b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## v0.19.1 - 26-Jun-2017 +### Fixed +- #1116 new cards during meeting shows incorrect owner +- #1117 meeting summary cards not rendering to HTML + ## v0.19.0 - 22-Jun-2017 ### Added - Fancy new [draftjs](https://draftjs.org/)-based editor for diff --git a/package.json b/package.json index 4b0586b0ea1..8166db259a5 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.19.0", + "version": "0.19.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/action"