From c0bfce7e90e4ad0dcafda75b9f883c068c62d6c6 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 29 Oct 2015 14:46:33 -0700 Subject: [PATCH] Prepare for 4.1.0 release --- CHANGELOG.md | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0780a16..dbcf81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased][unreleased] +## [4.1.0] + ### Added - Added `bin/html-to-markdown` script @@ -119,7 +121,8 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce ### Added - Initial release -[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.0.1...master +[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.1.0...master +[4.1.0]: https://github.com/thephpleague/html-to-markdown/compare/4.0.1...4.1.0 [4.0.1]: https://github.com/thephpleague/html-to-markdown/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/thephpleague/html-to-markdown/compare/3.1.1...4.0.0 [3.1.1]: https://github.com/thephpleague/html-to-markdown/compare/3.1.0...3.1.1 diff --git a/composer.json b/composer.json index 87a3f26..6186141 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "bin": ["bin/html-to-markdown"], "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } } }