diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff57da..d05929d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/liamwh/surreal-id/compare/v0.2.0...v0.2.1) - 2023-10-02 + +### Other +- Bump proptest from 1.2.0 to 1.3.1 + ## [0.1.1](https://github.com/liamwh/surreal-id/compare/v0.1.0...v0.1.1) - 2023-09-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index af90ea3..26b003d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2865,7 +2865,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "surreal-id" -version = "0.2.0" +version = "0.2.1" dependencies = [ "pretty_assertions", "proptest", diff --git a/Cargo.toml b/Cargo.toml index d267785..2762c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surreal-id" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A package for easily creating ID types for usage with surrealdb"