diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4f519..823e334 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.5.2] - 2020-09-10 + +### Fixed + +- Remember last tracked project and task on card + ## [1.5.1] - 2020-08-04 ### Added diff --git a/package.json b/package.json index 9cec891..9caad56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moco-browser-extensions", "description": "Browser plugin for MOCO", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "scripts": { "start": "yarn start:chrome",