diff --git a/CHANGELOG.md b/CHANGELOG.md index cc624df..7876969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to **goget** are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [development] +## [1.1.0] — 2026-06-30 ### Added @@ -302,3 +302,4 @@ network protocols — all in a single static binary with zero runtime dependenci - `CONTRIBUTING.md` with Conventional Commits and release process. [1.0.0]: https://codeberg.org/petrbalvin/goget/releases/tag/v1.0.0 +[1.1.0]: https://codeberg.org/petrbalvin/goget/releases/tag/v1.1.0 diff --git a/internal/core/version.go b/internal/core/version.go index cf15a92..742e697 100644 --- a/internal/core/version.go +++ b/internal/core/version.go @@ -7,4 +7,4 @@ package core const Name = "goget" // Version is the goget release version. Follows SemVer. -var Version = "1.0.0" +var Version = "1.1.0"