diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e166d46..0f76f5e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The public API of this library consists of the functions declared in file [h3api.h.in](./src/h3lib/include/h3api.h.in). ## [Unreleased] + +## [4.0.0-rc2] - 2022-03-16 ### Breaking changes - `experimentalH3ToLocalIj` and `experimentalLocalIjToH3` renamed to `cellToLocalIj` and `localIjToCell` respectively. (#586) - `cellToLocalIj` and `localIjToCell` accept a mode argument for future expansion. (#586) diff --git a/VERSION b/VERSION index 245b3a2bf..efe82de8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-rc1 +4.0.0-rc2