diff --git a/CHANGELOG.md b/CHANGELOG.md index b95f747..53af144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## [0.1.11](https://github.com/oxibus/dbc-data/compare/v0.1.10...v0.1.11) - 2025-11-24 + +### Other + +- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#13](https://github.com/oxibus/dbc-data/pull/13)) + ## [0.1.10](https://github.com/oxibus/dbc-data/compare/v0.1.9...v0.1.10) - 2025-11-24 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index dfbfdbb..1a85f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbc-data" -version = "0.1.10" +version = "0.1.11" edition = "2024" authors = ["Michael Fairman "] readme = "README.md"