Skip to content

Commit

Permalink
Prepare release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored May 3, 2024
1 parent 1fa6eaa commit fd338c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.7.2] - 2024-05-03

### Added

- Default tag set has new values based on the environment variables:
* KUBE_APP_PART_OF
* KUBE_APP_MANAGED_BY
* KUBE_APP_VERSION
* KUBE_APP_INSTANCE

---


## [0.7.1] - 2024-03-05

### Added
Expand Down Expand Up @@ -128,7 +141,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.5]

[Unreleased]: https://github.com/primait/prima_datadog.rs/compare/0.7.1...HEAD

[Unreleased]: https://github.com/primait/prima_datadog.rs/compare/0.7.2...HEAD
[0.7.2]: https://github.com/primait/prima_datadog.rs/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/primait/prima_datadog.rs/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/primait/prima_datadog.rs/compare/0.7.0...0.7.0
[0.6.0]: https://github.com/primait/prima_datadog.rs/compare/0.5.0...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "An opinionated library to share code and approach to Datadog logg
edition = "2018"
license = "MIT"
name = "prima_datadog"
version = "0.7.1"
version = "0.7.2"

[features]
default = []
Expand Down

0 comments on commit fd338c0

Please sign in to comment.