diff --git a/.changelog/v1.20.0-rc2/bug-fixes/2182-fix-release-changelog.md b/.changelog/v1.20.0-rc2/bug-fixes/2182-fix-release-changelog.md new file mode 100644 index 000000000..78a731403 --- /dev/null +++ b/.changelog/v1.20.0-rc2/bug-fixes/2182-fix-release-changelog.md @@ -0,0 +1 @@ +* Rename the RELEASE_NOTES.md file to RELEASE_CHANGELOG.md [PR 2182](https://github.com/provenance-io/provenance/pull/2182). diff --git a/.changelog/v1.20.0-rc2/bug-fixes/2184-fix-heighliner.md b/.changelog/v1.20.0-rc2/bug-fixes/2184-fix-heighliner.md new file mode 100644 index 000000000..36f5190eb --- /dev/null +++ b/.changelog/v1.20.0-rc2/bug-fixes/2184-fix-heighliner.md @@ -0,0 +1 @@ +* Fix the heighliner build [PR 2184](https://github.com/provenance-io/provenance/pull/2184). diff --git a/.changelog/v1.20.0-rc2/summary.md b/.changelog/v1.20.0-rc2/summary.md new file mode 100644 index 000000000..18b3c5cd0 --- /dev/null +++ b/.changelog/v1.20.0-rc2/summary.md @@ -0,0 +1,2 @@ +Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. diff --git a/CHANGELOG.md b/CHANGELOG.md index de089aee8..da7a51f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,20 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc2) 2024-10-16 + +### Bug Fixes + +* Rename the RELEASE_NOTES.md file to RELEASE_CHANGELOG.md [PR 2182](https://github.com/provenance-io/provenance/pull/2182). +* Fix the heighliner build [PR 2184](https://github.com/provenance-io/provenance/pull/2184). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc1...v1.20.0-rc2 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc2 + +--- + ## [v1.20.0-rc1](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc1) 2024-10-14 ### Features diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 4265ef056..09f0c9443 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,3 +1,20 @@ +## [v1.20.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc2) 2024-10-16 + +Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. + +### Bug Fixes + +* Rename the RELEASE_NOTES.md file to RELEASE_CHANGELOG.md [PR 2182](https://github.com/provenance-io/provenance/pull/2182). +* Fix the heighliner build [PR 2184](https://github.com/provenance-io/provenance/pull/2184). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0-rc1...v1.20.0-rc2 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc2 + +--- + ## [v1.20.0-rc1](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc1) 2024-10-14 Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/).