Skip to content

Commit

Permalink
Prepare for 3.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boyxgc committed Dec 16, 2019
1 parent e407c0d commit 6573537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
for the Linux x64 and Darwin x64 platforms.

## [Unreleased]

## [3.6.2] - 2019-12-16
### Changed
- Updated the core library to v3.6.2, fixing some regressions in `polyfill`. (#56)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Coverage Status](https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-java?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.uber/h3)
[![H3 Version](https://img.shields.io/badge/h3-v3.6.1-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.1)
[![H3 Version](https://img.shields.io/badge/h3-v3.6.2-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.2)

This library provides Java bindings for the [H3 Core Library](https://github.com/uber/h3). For API reference, please see the [H3 Documentation](https://uber.github.io/h3/).

Expand All @@ -19,14 +19,14 @@ Add it to your pom.xml:
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</dependency>
```

Or, using Gradle:

```gradle
compile("com.uber:h3:3.6.1")
compile("com.uber:h3:3.6.2")
```

Encode a location into a hexagon address:
Expand Down

0 comments on commit 6573537

Please sign in to comment.