Skip to content

Commit f1e237f

Browse files
author
Isaac Brodsky
authored
Release changes for v3.7.2 (#90)
* Gitignore .DS_Store * Release 3.7.2
1 parent b5fdc59 commit f1e237f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ pom.xml.next
2626
release.properties
2727

2828
.vscode/
29+
30+
.DS_Store

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.7.2] - 2022-02-07
1012
### Added
1113
- Added Apple M1 build (#89)
1214
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Add it to your pom.xml:
1818
<dependency>
1919
<groupId>com.uber</groupId>
2020
<artifactId>h3</artifactId>
21-
<version>3.7.1</version>
21+
<version>3.7.2</version>
2222
</dependency>
2323
```
2424

2525
Or, using Gradle:
2626

2727
```gradle
28-
compile("com.uber:h3:3.7.1")
28+
compile("com.uber:h3:3.7.2")
2929
```
3030

3131
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)