From abe48e9a2ad2e4bbf76d67cc2a099f925f8bfc7b Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Fri, 7 Aug 2026 23:30:24 -0600 Subject: [PATCH] chore(contracts): framework version alignment to v1.1.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cbd66..1b5fdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. --- +## [1.1.1] — 2026-08-07 + +Patch — coordinated framework version alignment. Released in lockstep at v1.1.1 +alongside a documentation patch in the data/infra starters. No code, API, or dependency changes. + ## [1.1.0] — 2026-08-07 ### Added diff --git a/README.md b/README.md index 89b53b9..117783a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/contracts -[![version](https://img.shields.io/badge/version-v1.1.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts) +[![version](https://img.shields.io/badge/version-v1.1.1-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)