diff --git a/README.md b/README.md index 91ca081f887..41152c98e99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hibernate Search -*Version: 5.2.0.Final* +*Version: 5.3.0.Beta1* ## Description @@ -31,7 +31,7 @@ Include the following to your dependency list: org.hibernate hibernate-search-orm - 5.2.0.Final + 5.3.0.Beta1 ### Sourceforge Bundle diff --git a/changelog.txt b/changelog.txt index 4b98c4bb95d..0e55c186e79 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,20 @@ Hibernate Search Changelog ========================== +Version 5.3.0.Beta1 (6-5-2015) +------------------------ + +** Bug + * [HSEARCH-900] - Faceting with manytoone relationship give wrong faceting count + +** Improvement + * [HSEARCH-812] - Possibiltiy to set boolean type (SHOULD/MUST) when selecting multiple facets + * [HSEARCH-1848] - Replace the Infinispan Directory provider with the one distributed by the Infinispan project + +** Task + * [HSEARCH-809] - Make use of the new faceting API offered by Lucene + + Version 5.2.0.Final (6-5-2015) ------------------------