diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2c56d..c9742c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.2] - 2019-10-24 + +### Added + +- Read project identifier from Trello board title + ## [1.3.1] - 2019-10-17 ### Fixed diff --git a/package.json b/package.json index 2c61d1a..e2a2c97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moco-browser-extensions", "description": "Browser plugin for MOCO", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "scripts": { "start": "yarn start:chrome",