github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-01-13-goreleaser-v1.3.md (about) 1 --- 2 date: 2022-01-13 3 slug: goreleaser-v1.3 4 categories: 5 - announcements 6 authors: 7 - caarlos0 8 --- 9 10 # Announcing GoReleaser 1.3 — the first of 2022 11 12 We just launched GoReleaser v1.3, the first release of 2022! 13 14 <!-- more --> 15 16 ## **Highlights** 17 18 - Announce to any HTTP endpoint [#2750](https://github.com/goreleaser/goreleaser/pull/2750) 19 - Create universal binaries from multiple build IDs [#2811](https://github.com/goreleaser/goreleaser/pull/2811) 20 - New templateable fields [#2826](https://github.com/goreleaser/goreleaser/pull/2826) [#2797](https://github.com/goreleaser/goreleaser/pull/2797) 21 - Custom publishers can now publish extra [#2770](https://github.com/goreleaser/goreleaser/pull/2770) 22 - Fixed dependency issue with `go-reddit` which was causing problems when go installing goreleaser [#2823](https://github.com/goreleaser/goreleaser/pull/2823) 23 - Fixed some issues with the github-native changelog implementation [#2802](https://github.com/goreleaser/goreleaser/pull/2802) [#2803](https://github.com/goreleaser/goreleaser/pull/2803) 24 25 You can see the full changelog [here](https://github.com/goreleaser/goreleaser/releases/tag/v1.3.0). Also check out [GoReleaser Pro v1.3](https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.3.0-pro). 26 27 Install instructions can be found [here](https://goreleaser.com/install/). 28 29 --- 30 31 Other news: 32 33 - Our community call was set for January 7th, but was delayed. We're still picking a new date. [Link](https://github.com/goreleaser/community/pull/2). 34 - We created an example repository with Supply Chain Security good practices, [check it out](https://github.com/goreleaser/supply-chain-example). 35 - GoReleaser now has ~9.4k stars and 261 contributors! Thanks, everyone! 36 - Our Discord server is getting new members almost daily. [Join and chat with us](https://discord.gg/RGEBtg8vQ6)!