diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3a69d..fee4061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/OscillateLabsLLC/ovos-rust-messagebus/compare/v1.0.1...v1.1.0) (2024-12-13) + + +### Features + +* **config:** Env overrides for all standard config values ([#15](https://github.com/OscillateLabsLLC/ovos-rust-messagebus/issues/15)) ([1e4a5e2](https://github.com/OscillateLabsLLC/ovos-rust-messagebus/commit/1e4a5e2cd69767265e8f21179d9191734974016a)) + ## [1.0.1](https://github.com/OscillateLabsLLC/ovos-rust-messagebus/compare/v1.0.0...v1.0.1) (2024-12-12) diff --git a/Cargo.lock b/Cargo.lock index 6f55060..2440de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "ovos_messagebus" -version = "1.0.1" +version = "1.1.0" dependencies = [ "EventEmitter", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 8521cc1..d0dee0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ovos_messagebus" -version = "1.0.1" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html