From 2dfca750504064493610c58d8d1255ac6d4ab776 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 26 Mar 2024 16:26:32 +0000 Subject: [PATCH] Release v0.4.0 (#51) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345859b..d0963a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-03-26 + ### Added - Add `v1.GetTimeOffsMapped()` function @@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `Authenticate()` to handle `POST /auth` - Add Personio API v1 client -[Unreleased]: https://github.com/giantswarm/personio-go/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/personio-go/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/giantswarm/personio-go/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/giantswarm/personio-go/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/giantswarm/personio-go/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/giantswarm/personio-go/compare/v0.0.1...v0.1.0