From 8710f99b3fd301d19051e6f517ce88cd5f9e72b6 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Fri, 7 Aug 2026 18:24:11 -0600 Subject: [PATCH] feat(contracts): release SecurityBag; anchor framework at v1.1.0 (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases the SecurityBag request-scoped security context (drafted in the CHANGELOG since 2026-05-28) and anchors the coordinated framework release at v1.1.0 — the einherjar modules move to v1.1.0 in lockstep. security: - SecurityBag value type + NewSecurityBag, Identity/WithIdentity, Get/With, SetBagInContext (immutable; copy-on-write attributes). No einherjar dependencies. Badge bumped to v1.1.0. Reviewed-on: https://code.nochebuena.dev/einherjar/contracts/pulls/1 Co-authored-by: Rene Nochebuena Guerrero Co-committed-by: Rene Nochebuena Guerrero --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011ac09..c7cbd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. --- -## [1.1.0] — 2026-05-28 +## [1.1.0] — 2026-08-07 ### Added diff --git a/README.md b/README.md index a8d674e..89b53b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/contracts -[![version](https://img.shields.io/badge/version-v1.0.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/contracts) +[![version](https://img.shields.io/badge/version-v1.1.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)