Skip to content

Commit a500880

Browse files
authored
Update changelog and README for release 3.6.4 (#65)
1 parent 7bab8f1 commit a500880

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ 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.4] - 2020-06-29
1012
### Changed
1113
- Updated the core library to v3.6.4. (#64)
1214
- Updated the core library to v3.6.3. (#61)
1315

1416
## [3.6.3] - 2020-01-10
15-
## Changed
17+
### Changed
1618
- Avoid reloading the native library once loaded (#58)
1719

1820
## [3.6.2] - 2019-12-16

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3</version>
22+
<version>3.6.4</version>
2323
</dependency>
2424
```
2525

2626
Or, using Gradle:
2727

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

3232
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)