Skip to content

Commit

Permalink
Prepare release 5.3.0.Beta1: update changelog.txt and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed May 5, 2015
1 parent 4c74fba commit e57cf50
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Hibernate Search

*Version: 5.2.0.Final*
*Version: 5.3.0.Beta1*

## Description

Expand Down Expand Up @@ -31,7 +31,7 @@ Include the following to your dependency list:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<version>5.2.0.Final</version>
<version>5.3.0.Beta1</version>
</dependency>

### Sourceforge Bundle
Expand Down
14 changes: 14 additions & 0 deletions 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)
------------------------

Expand Down

0 comments on commit e57cf50

Please sign in to comment.