diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a4c3ca5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [0.0.1-testing](https://github.com/harness-io/harness-go-sdk/tree/0.0.1-testing) (2021-06-22) + +[Full Changelog](https://github.com/harness-io/harness-go-sdk/compare/0.0.1...0.0.1-testing) + +**Merged pull requests:** + +- Release version 0.0.1-testing 06-22-2021 [\#19](https://github.com/harness-io/harness-go-sdk/pull/19) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#18](https://github.com/harness-io/harness-go-sdk/pull/18) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#17](https://github.com/harness-io/harness-go-sdk/pull/17) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#16](https://github.com/harness-io/harness-go-sdk/pull/16) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#15](https://github.com/harness-io/harness-go-sdk/pull/15) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#14](https://github.com/harness-io/harness-go-sdk/pull/14) ([harness-ci-automation](https://github.com/harness-ci-automation)) +- Release version 0.0.1-testing 06-22-2021 [\#13](https://github.com/harness-io/harness-go-sdk/pull/13) ([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)) + +## [0.0.1](https://github.com/harness-io/harness-go-sdk/tree/0.0.1) (2021-06-21) + +[Full Changelog](https://github.com/harness-io/harness-go-sdk/compare/7f3b995434a7083e0f44a778ff0f14d818d82135...0.0.1) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/harness/version.go b/harness/version.go index f2065468..0b36cda5 100644 --- a/harness/version.go +++ b/harness/version.go @@ -2,5 +2,5 @@ package harness const ( SDKName = "harness-go-sdk" - SDKVersion = "0.0.1" + SDKVersion = "" )