diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3369e4..e26e49c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 5539f173..1d2e8e72 100644 --- a/README.md +++ b/README.md @@ -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/). @@ -19,14 +19,14 @@ Add it to your pom.xml: com.uber h3 - 3.6.1 + 3.6.2 ``` 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: