Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #182 from travisturner/release-1.4
Browse files Browse the repository at this point in the history
get ready for release 1.4
  • Loading branch information
tgruben authored Feb 10, 2020
2 parents 674bf39 + be3a0c9 commit e54ec83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

### v1.4.0 (2020-02-10)

* **Compatible with Pilosa 1.4**
* Added additional GroupBy support.
* Fixed a bug in time view handling.

### v1.3.5 (2019-09-11)

* **Compatible with Pilosa 1.3**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java Client for Pilosa

<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-1.3-blue.svg"></a>
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-1.4-blue.svg"></a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22pilosa-client%22"><img src="https://img.shields.io/maven-central/v/com.pilosa/pilosa-client.svg?maxAge=2592"></a>
<a href="https://travis-ci.org/pilosa/java-pilosa"><img src="https://api.travis-ci.org/pilosa/java-pilosa.svg?branch=master"></a>
<a href="https://coveralls.io/github/pilosa/java-pilosa?branch=master"><img src="https://coveralls.io/repos/github/pilosa/java-pilosa/badge.svg?branch=master" /></a>
Expand Down Expand Up @@ -28,7 +28,7 @@ Add the following dependency in your `pom.xml`:
<dependency>
<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>1.3.5</version>
<version>1.4.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion com.pilosa.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>1.3.5</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit e54ec83

Please sign in to comment.