diff --git a/changelog.md b/changelog.md index 3c7b3a3..26bd7f7 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.0] + +* FIX Indexes with custom index names that don't match the classname were breaking +* BUG Fix versioned writes where subtables have no fields key +* BUGFIX: Fixed issue where the $id variable would be overridden in sub sequent iterations of the derived fields loop +* adding stemming support +* BUG fix issues with search variants applying to more than one class +* API adding stemming support +* FIX: Fix initial dev/build on PDO Database. + ## [2.1.1] * Converted to PSR-2 diff --git a/composer.json b/composer.json index 04da6dd..6f3284b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "2.2.x-dev" } }, "suggest": {