diff --git a/CHANGELOG.md b/CHANGELOG.md index fd82e91..33841e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +## [0.3.4](https://github.com/philipcristiano/hello_idc/compare/v0.3.3...v0.3.4) (2024-07-12) + + +### Bug Fixes + +* Add healthcheck ([155dd5f](https://github.com/philipcristiano/hello_idc/commit/155dd5f38c8eb151ae8a3e925769b86387741cf3)) + ## [0.3.3](https://github.com/philipcristiano/hello_idc/compare/v0.3.2...v0.3.3) (2024-07-10) diff --git a/Cargo.lock b/Cargo.lock index 0d2ad8e..39b0429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_idc" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "axum 0.7.5", diff --git a/Cargo.toml b/Cargo.toml index 7f6ca40..94b62fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_idc" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "Hello World with OIDC auth" license = "Apache-2.0"