Skip to content

Commit

Permalink
Mark v1.20.0-rc2 (#2182)
Browse files Browse the repository at this point in the history
* Mark v1.20.0-rc2

* Add a changelog entry for the heighliner fix and correct the date for v1.20.0-rc2.
  • Loading branch information
SpicyLemon authored Oct 16, 2024
1 parent 8370ed8 commit fa0263a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Rename the RELEASE_NOTES.md file to RELEASE_CHANGELOG.md [PR 2182](https://github.com/provenance-io/provenance/pull/2182).
1 change: 1 addition & 0 deletions .changelog/v1.20.0-rc2/bug-fixes/2184-fix-heighliner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix the heighliner build [PR 2184](https://github.com/provenance-io/provenance/pull/2184).
2 changes: 2 additions & 0 deletions .changelog/v1.20.0-rc2/summary.md
Original file line number Diff line number Diff line change
@@ -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`.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit fa0263a

Please sign in to comment.