diff --git a/CHANGELOG.md b/CHANGELOG.md index 3321c03e..d225bf70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.0.0-rc.4 + +### Changed + +- Fixed compilation error caused by a new dependency upgrade. + ## v1.0.0-rc.3 ### Changed diff --git a/pot/Cargo.toml b/pot/Cargo.toml index 2698e7ff..0e4616f2 100644 --- a/pot/Cargo.toml +++ b/pot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pot" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" edition = "2021" description = "A concise binary serialization format written for `BonsaiDb`." license = "MIT OR Apache-2.0"