diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1577a9..818f5f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v2.1.0](https://github.com/drone/drone-ui/tree/v2.1.0) (2021-09-01) + +[Full Changelog](https://github.com/drone/drone-ui/compare/v2.0.1...v2.1.0) + +**Implemented enhancements:** + +- add new repo setting toggles and generate go binary [\#374](https://github.com/drone/drone-ui/pull/374) ([d1wilko](https://github.com/d1wilko)) +- add tooltip to long build step names [\#371](https://github.com/drone/drone-ui/pull/371) ([d1wilko](https://github.com/d1wilko)) + +**Fixed bugs:** + +- stop general settings from remounting on each new build [\#373](https://github.com/drone/drone-ui/pull/373) ([d1wilko](https://github.com/d1wilko)) +- fix branch link bug [\#372](https://github.com/drone/drone-ui/pull/372) ([rohow](https://github.com/rohow)) + ## [v2.0.1](https://github.com/drone/drone-ui/tree/v2.0.1) (2021-08-20) [Full Changelog](https://github.com/drone/drone-ui/compare/v2.0.0...v2.0.1) @@ -20,6 +34,7 @@ **Merged pull requests:** +- release v2.0.1 [\#370](https://github.com/drone/drone-ui/pull/370) ([d1wilko](https://github.com/d1wilko)) - Merging drone2 branch into master [\#369](https://github.com/drone/drone-ui/pull/369) ([d1wilko](https://github.com/d1wilko)) - allow ~ in project name [\#361](https://github.com/drone/drone-ui/pull/361) ([muffl0n](https://github.com/muffl0n)) diff --git a/package.json b/package.json index fe23538c..c26f24ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drone-ui-react", - "version": "2.0.1", + "version": "2.1.0", "private": true, "scripts": { "start": "react-scripts start",