diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cdf663..4517d441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v2.8.0](https://github.com/drone/drone-ui/tree/v2.8.0) (2022-04-14) + +[Full Changelog](https://github.com/drone/drone-ui/compare/v2.7.1...v2.8.0) + +**Implemented enhancements:** + +- add registration error message for cloud.drone.io [\#415](https://github.com/drone/drone-ui/pull/415) ([d1wilko](https://github.com/d1wilko)) +- add community/support information [\#413](https://github.com/drone/drone-ui/pull/413) ([mrsantons](https://github.com/mrsantons)) + +**Fixed bugs:** + +- \(fix\) add hover text for follow logs button [\#414](https://github.com/drone/drone-ui/pull/414) ([tphoney](https://github.com/tphoney)) + ## [v2.7.1](https://github.com/drone/drone-ui/tree/v2.7.1) (2022-03-08) [Full Changelog](https://github.com/drone/drone-ui/compare/v2.7.0...v2.7.1) @@ -8,6 +21,10 @@ - sort steps based on stepNumber not array index [\#411](https://github.com/drone/drone-ui/pull/411) ([d1wilko](https://github.com/d1wilko)) +**Merged pull requests:** + +- \(maint\) release prep for 2.7.1 [\#412](https://github.com/drone/drone-ui/pull/412) ([d1wilko](https://github.com/d1wilko)) + ## [v2.7.0](https://github.com/drone/drone-ui/tree/v2.7.0) (2022-03-03) [Full Changelog](https://github.com/drone/drone-ui/compare/v2.6.2...v2.7.0) diff --git a/package.json b/package.json index 5e2feb65..51430b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drone-ui-react", - "version": "2.7.1", + "version": "2.8.0", "private": true, "scripts": { "start": "react-scripts start",