Update Changelog for v1.0.0 Release (#2058)

This commit is contained in:
6543 2023-07-29 14:53:27 +02:00 committed by GitHub
parent 960a52bc0b
commit e01c478066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Changelog
## [1.0.0-rc1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.0-rc1) - 2023-07-25
## [1.0.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.0) - 2023-07-29
* BREAKING
* Use IDs to access organizations (#1873)
@ -60,6 +60,7 @@
* Support plugin-only secrets (#1344)
* Fix insecure /tmp usage in local backend (#872)
* BUGFIXES
* Handle case where there is no latest pipeline for GetBadge (#2042) (#2050)
* Fix repo gate protection (#1969)
* Make secrets with "/" in name editable / deletable (#1938)
* Fix Bitbucket implement missing features (#1887) (#1889)