diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff57da..3da74f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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-05 + +### Other +- Lowering required versions +- Update docs +- Bump tonic from 0.10.1 to 0.10.2 +- 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 6d5c519..212cf6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3099,7 +3099,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 7db1559..071b7b6 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"