diff --git a/changelog.md b/changelog.md index 05f771c..9166c32 100644 --- a/changelog.md +++ b/changelog.md @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.0] + +* Addition of a readonly TagField for archived pages + ## [1.2.2] - Alias master as 1.2.x-dev -- Added standard Scrutinizer config +- Added standard Scrutinizer config - Converted to PSR-2 - Added standard editor config - Added standard Travis config diff --git a/composer.json b/composer.json index 8ac3806..745bad8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } } }