From edb694a2504f7ab947af2dca55c6df79c8dc2565 Mon Sep 17 00:00:00 2001 From: Harness CI Date: Fri, 8 Oct 2021 01:55:28 +0000 Subject: [PATCH] Release v0.0.12 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760037f1..54454a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ ## [Unreleased](https://github.com/harness-io/harness-go-sdk/tree/HEAD) -[Full Changelog](https://github.com/harness-io/harness-go-sdk/compare/v0.0.10...HEAD) +[Full Changelog](https://github.com/harness-io/harness-go-sdk/compare/v0.0.11...HEAD) + +**Implemented enhancements:** + +- Added support for querying delegates [\#45](https://github.com/harness-io/harness-go-sdk/pull/45) ([micahlmartin](https://github.com/micahlmartin)) + +## [v0.0.11](https://github.com/harness-io/harness-go-sdk/tree/v0.0.11) (2021-09-28) + +[Full Changelog](https://github.com/harness-io/harness-go-sdk/compare/v0.0.10...v0.0.11) **Merged pull requests:** +- Release version 0.0.11 09-28-2021 [\#44](https://github.com/harness-io/harness-go-sdk/pull/44) ([micahlmartin](https://github.com/micahlmartin)) - Added support for TEMPLATE in user group permissions [\#43](https://github.com/harness-io/harness-go-sdk/pull/43) ([micahlmartin](https://github.com/micahlmartin)) ## [v0.0.10](https://github.com/harness-io/harness-go-sdk/tree/v0.0.10) (2021-09-28) @@ -49,7 +58,6 @@ **Merged pull requests:** -- Release version 0.0.6 09-09-2021 [\#35](https://github.com/harness-io/harness-go-sdk/pull/35) ([micahlmartin](https://github.com/micahlmartin)) - Added better handling for when entities do not exist [\#34](https://github.com/harness-io/harness-go-sdk/pull/34) ([micahlmartin](https://github.com/micahlmartin)) ## [v0.0.5](https://github.com/harness-io/harness-go-sdk/tree/v0.0.5) (2021-09-02) @@ -67,6 +75,7 @@ **Merged pull requests:** +- Release version 0.0.6 09-09-2021 [\#35](https://github.com/harness-io/harness-go-sdk/pull/35) ([micahlmartin](https://github.com/micahlmartin)) - Release version 0.0.4 08-20-2021 [\#31](https://github.com/harness-io/harness-go-sdk/pull/31) ([micahlmartin](https://github.com/micahlmartin)) - Fixed tests and linting issues [\#30](https://github.com/harness-io/harness-go-sdk/pull/30) ([micahlmartin](https://github.com/micahlmartin)) - Add support for Users and User Groups [\#29](https://github.com/harness-io/harness-go-sdk/pull/29) ([micahlmartin](https://github.com/micahlmartin)) @@ -99,6 +108,7 @@ **Merged pull requests:** - Release version 0.0.1 06-22-2021 [\#21](https://github.com/harness-io/harness-go-sdk/pull/21) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.1.1 06-22-2021 [\#20](https://github.com/harness-io/harness-go-sdk/pull/20) ([harness-ci-automation](https://github.com/harness-ci-automation)) - initial build automation setup [\#4](https://github.com/harness-io/harness-go-sdk/pull/4) ([micahlmartin](https://github.com/micahlmartin))