Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v2.5.0 #402

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v2.5.0](https://github.com/drone/drone-ui/tree/v2.5.0) (2022-01-11)

[Full Changelog](https://github.com/drone/drone-ui/compare/v2.4.1...v2.5.0)

**Implemented enhancements:**

- add link around data collection to registration screen [\#397](https://github.com/drone/drone-ui/pull/397) ([d1wilko](https://github.com/d1wilko))

**Fixed bugs:**

- allow non-admin user to toggle repo protected status [\#401](https://github.com/drone/drone-ui/pull/401) ([d1wilko](https://github.com/d1wilko))
- fix promotion activity bug [\#400](https://github.com/drone/drone-ui/pull/400) ([d1wilko](https://github.com/d1wilko))
- remove local storage of build tab [\#399](https://github.com/drone/drone-ui/pull/399) ([d1wilko](https://github.com/d1wilko))
- strip trailing slash from url to fix build link bug [\#398](https://github.com/drone/drone-ui/pull/398) ([d1wilko](https://github.com/d1wilko))

## [v2.4.1](https://github.com/drone/drone-ui/tree/v2.4.1) (2021-12-15)

[Full Changelog](https://github.com/drone/drone-ui/compare/v2.4.0...v2.4.1)
Expand All @@ -8,6 +23,10 @@

- New filter and sort options for repo list [\#395](https://github.com/drone/drone-ui/pull/395) ([d1wilko](https://github.com/d1wilko))

**Merged pull requests:**

- release v2.4.1 [\#396](https://github.com/drone/drone-ui/pull/396) ([d1wilko](https://github.com/d1wilko))

## [v2.4.0](https://github.com/drone/drone-ui/tree/v2.4.0) (2021-11-04)

[Full Changelog](https://github.com/drone/drone-ui/compare/v2.3.1...v2.4.0)
Expand Down
Loading