From fca94bd4eae4259415d456eda8214867ed700828 Mon Sep 17 00:00:00 2001 From: Eoin McAfee Date: Wed, 10 Nov 2021 08:25:42 +0000 Subject: [PATCH 1/2] release prep for 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979adf7..1cd0375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.0.0](https://github.com/drone/runner-go/tree/v2.0.0) (2021-11-10) + +[Full Changelog](https://github.com/drone/runner-go/compare/v1.9.0...v2.0.0) + +**Implemented enhancements:** + +- read & upload card data to drone server [\#16](https://github.com/drone/runner-go/pull/16) ([eoinmcafee00](https://github.com/eoinmcafee00)) + +**Merged pull requests:** + +- feat\(proxy\): support for all\_proxy variables [\#15](https://github.com/drone/runner-go/pull/15) ([ysicing](https://github.com/ysicing)) + ## [v1.9.0](https://github.com/drone/runner-go/tree/v1.9.0) (2021-08-26) [Full Changelog](https://github.com/drone/runner-go/compare/v1.8.0...v1.9.0) @@ -8,6 +20,10 @@ - \(feat\) add silent version of bash and powershell Script [\#13](https://github.com/drone/runner-go/pull/13) ([tphoney](https://github.com/tphoney)) +**Merged pull requests:** + +- \(maint\) v1.9.0 release prep [\#14](https://github.com/drone/runner-go/pull/14) ([tphoney](https://github.com/tphoney)) + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). From 925ffc84face4291654ad2094ef2ea6b2893b6fa Mon Sep 17 00:00:00 2001 From: Eoin McAfee Date: Wed, 10 Nov 2021 09:08:09 +0000 Subject: [PATCH 2/2] bump veersion to 1.10.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd0375..9316e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v2.0.0](https://github.com/drone/runner-go/tree/v2.0.0) (2021-11-10) +## [v1.10.0](https://github.com/drone/runner-go/tree/v1.10.0) (2021-11-10) -[Full Changelog](https://github.com/drone/runner-go/compare/v1.9.0...v2.0.0) +[Full Changelog](https://github.com/drone/runner-go/compare/v1.9.0...v1.10.0) **Implemented enhancements:**