Skip to content

Commit fe67722

Browse files
authored
Merge pull request #57 from uber/release-3.6.2
Prepare for 3.6.2 release
2 parents e407c0d + 6573537 commit fe67722

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
77
for the Linux x64 and Darwin x64 platforms.
88

99
## [Unreleased]
10+
11+
## [3.6.2] - 2019-12-16
1012
### Changed
1113
- Updated the core library to v3.6.2, fixing some regressions in `polyfill`. (#56)
1214

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Coverage Status](https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-java?branch=master)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
99
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.uber/h3)
10-
[![H3 Version](https://img.shields.io/badge/h3-v3.6.1-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.1)
10+
[![H3 Version](https://img.shields.io/badge/h3-v3.6.2-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.2)
1111

1212
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/).
1313

@@ -19,14 +19,14 @@ Add it to your pom.xml:
1919
<dependency>
2020
<groupId>com.uber</groupId>
2121
<artifactId>h3</artifactId>
22-
<version>3.6.1</version>
22+
<version>3.6.2</version>
2323
</dependency>
2424
```
2525

2626
Or, using Gradle:
2727

2828
```gradle
29-
compile("com.uber:h3:3.6.1")
29+
compile("com.uber:h3:3.6.2")
3030
```
3131

3232
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)