diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f80a4c20..4fdfa300f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.0] - 2019-04-27 + +### Added + +- Sentry bug tracker #305 #307 #309 + +### Changed + +- Add "sort" support to "oss.tags" query #306 +- Add "email_reset_confirm" code type #308 + ## [1.2.0] - 2019-04-25 ### Added diff --git a/package.json b/package.json index 8dd33dbcb..07df2043c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matters-server", - "version": "1.2.0", + "version": "1.3.0", "description": "Matters Server", "main": "build/index.js", "engines": {