diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..602b30d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.1.4](https://github.com/philipcristiano/nomad-events-logger/compare/v0.1.3...v0.1.4) (2024-05-20) + + +### Bug Fixes + +* **deps:** update rust crate serde_json to 1.0.116 ([e771569](https://github.com/philipcristiano/nomad-events-logger/commit/e77156917f33686c17326c6195e0d6f4647f6771)) +* **deps:** update rust crate serde_json to v1.0.117 ([efbb93c](https://github.com/philipcristiano/nomad-events-logger/commit/efbb93c02e576dada4a081a42f9f0ac2ccb2a7f2)) +* **deps:** update rust crate tokio to 1.37.0 ([3275cbd](https://github.com/philipcristiano/nomad-events-logger/commit/3275cbd8b38909ca717e40d3fd6634d296f743fa)) diff --git a/Cargo.lock b/Cargo.lock index 3559c70..b9e51f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "nomad_events_logger" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 731f361..912d883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nomad_events_logger" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Log events from the Nomad API" license = "Apache-2.0"