diff --git a/CHANGELOG.md b/CHANGELOG.md index 733a5b43ab..024cb78b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Change Log All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/ruflin/Elastica/compare/3.2.0...HEAD) +## [Unreleased](https://github.com/ruflin/Elastica/compare/3.2.1...HEAD) + +### Backward Compatibility Fixes + +### Bugfixes + +### Added + +### Improvements + +## [Unreleased](https://github.com/ruflin/Elastica/compare/3.2.0...3.2.1) ### Backward Compatibility Fixes - Reintroduced properties in ResultSet removed in 3.2.0 as deprecated properties to be removed in 4.0 diff --git a/composer.json b/composer.json index b3e458b2d7..56545b5a37 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "3.2.x-dev" } } }