diff --git a/.github_changelog_generator b/.github_changelog_generator index 38902b6..c091201 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -since-tag=v1.6.1 +since-tag=v1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7841850..0393916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.7.0](https://github.com/drone/drone-go/tree/v1.7.0) (2021-10-04) + +[Full Changelog](https://github.com/drone/drone-go/compare/v1.6.2...v1.7.0) + +**Implemented enhancements:** + +- \(DRON-124\) add ReposRunningStatus [\#65](https://github.com/drone/drone-go/pull/65) ([tphoney](https://github.com/tphoney)) + ## [v1.6.2](https://github.com/drone/drone-go/tree/v1.6.2) (2021-08-27) [Full Changelog](https://github.com/drone/drone-go/compare/v1.6.1...v1.6.2) @@ -12,10 +20,19 @@ [Full Changelog](https://github.com/drone/drone-go/compare/v1.6.0...v1.6.1) -**Merged pull requests:** +**Implemented enhancements:** -- update create template api to access namespace as a param [\#62](https://github.com/drone/drone-go/pull/62) ([eoinmcafee00](https://github.com/eoinmcafee00)) - Template type for supporting CLI commands [\#61](https://github.com/drone/drone-go/pull/61) ([eoinmcafee00](https://github.com/eoinmcafee00)) + +**Fixed bugs:** + +- update create template api to access namespace as a param [\#62](https://github.com/drone/drone-go/pull/62) ([eoinmcafee00](https://github.com/eoinmcafee00)) + +**Merged pull requests:** + +- Release/1.6.1 [\#63](https://github.com/drone/drone-go/pull/63) ([eoinmcafee00](https://github.com/eoinmcafee00)) - Add a vet step to drone config [\#57](https://github.com/drone/drone-go/pull/57) ([tboerger](https://github.com/tboerger)) + + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*