From 5da9ddc684a9129f369a00b51177ebe0f165b603 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Thu, 13 Aug 2026 23:10:05 -0600 Subject: [PATCH] release: v1.6.0 (coordinated lockstep bump) --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e3b12..4b3f73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. --- +## [1.6.0] — 2026-08-13 + +Minor — coordinated framework release (lockstep versioning). No changes to this module's own API. + ## [1.5.0] — 2026-08-09 Minor — coordinated framework version alignment. No code, API, or dependency changes. diff --git a/README.md b/README.md index 55ab308..c634e73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/contracts -[![version](https://img.shields.io/badge/version-v1.5.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts) +[![version](https://img.shields.io/badge/version-v1.6.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts) [![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)