diff --git a/CHANGELOG.md b/CHANGELOG.md index b66f75b..17731b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html --- +## [1.3.0] — 2026-08-08 + +Minor — coordinated framework version alignment. No code or API changes in this module. + +### Changed + +- Bumped `contracts` to v1.3.0. + ## [1.2.0] — 2026-08-08 Minor — coordinated framework version alignment. No code or API changes in this module. diff --git a/README.md b/README.md index 378c4ab..6675b00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/worker -[![version](https://img.shields.io/badge/version-v1.2.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) +[![version](https://img.shields.io/badge/version-v1.3.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) [![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE) [![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) diff --git a/go.mod b/go.mod index 303befb..4e44231 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker go 1.26 -require code.nochebuena.dev/einherjar/contracts v1.2.0 +require code.nochebuena.dev/einherjar/contracts v1.3.0 diff --git a/go.sum b/go.sum index 1537079..69f8172 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/einherjar/contracts v1.2.0 h1:i1qschvttqXJTd7yaFmHkvtj4weGfTcTkj8q9sG6pRI= -code.nochebuena.dev/einherjar/contracts v1.2.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/contracts v1.3.0 h1:rm5hqaA1NBtWgH8okwwt6WLoIne1SwQ1Ogi7qbbwfY8= +code.nochebuena.dev/einherjar/contracts v1.3.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=