# Changelog 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). ## [Unreleased] ## [1.0.1](https://github.com/liamwh/surreal-id/compare/v1.0.0...v1.0.1) - 2024-09-14 ### Fixed - update time ### Other - *(deps)* bump proptest from 1.3.1 to 1.5.0 - Make dependabot use conventional commits - Bump tokio from 1.32.0 to 1.35.0 - *(deps)* bump thiserror from 1.0.53 to 1.0.55 - *(deps)* bump surrealdb from 1.0.0 to 1.0.2 - Bump thiserror from 1.0.49 to 1.0.53 - Bump serde from 1.0.188 to 1.0.193 ## [0.2.2](https://github.com/liamwh/surreal-id/compare/v0.2.1...v0.2.2) - 2024-01-26 ### Other - Add cargo-deny and cargo-audit ## [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 - Loosen interface, additional proptests - Improve example - Whitespacing - Updated readme