diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfa613..f3090e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.1...v0.3.0) (2024-01-12) + + +### Features + +* reorganize infrastructure services ([a634c2a](https://github.com/Net-Mist/tell-me-the-odds/commit/a634c2a4bd548c7534f21d7fe398d8749e8d3f94)) + ## [0.2.1](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.0...v0.2.1) (2024-01-12) diff --git a/Cargo.lock b/Cargo.lock index 361d07a..362eac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "millennium_falcon" -version = "0.2.1" +version = "0.3.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1a6554e..d96ee9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "millennium_falcon" -version = "0.2.1" +version = "0.3.0" license = "MIT" edition = "2021" default-run = "millennium_falcon"