From 96d44b37eb0e15b9c37e03cd57265ecc976ea34e Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Fri, 7 Aug 2026 23:34:09 -0600 Subject: [PATCH] chore(auth): framework version alignment to v1.1.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- go.mod | 6 +++--- go.sum | 12 ++++++------ 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31782b..7dd8eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.1.1 — 2026-08-07 + +Patch — coordinated framework version alignment. Bumped `contracts`, `core`, `web` to v1.1.1. +No code or API changes. + ## v1.1.0 — 2026-08-07 Coordinated framework version alignment — released in lockstep at v1.1.0. diff --git a/README.md b/README.md index 91be102..84abf7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/auth -[![version](https://img.shields.io/badge/version-v1.1.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth) +[![version](https://img.shields.io/badge/version-v1.1.1-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth) [![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 56b3631..033f2bd 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module code.nochebuena.dev/einherjar/auth go 1.26 require ( - code.nochebuena.dev/einherjar/contracts v1.1.0 - code.nochebuena.dev/einherjar/core v1.1.0 - code.nochebuena.dev/einherjar/web v1.1.0 + code.nochebuena.dev/einherjar/contracts v1.1.1 + code.nochebuena.dev/einherjar/core v1.1.1 + code.nochebuena.dev/einherjar/web v1.1.1 ) require ( diff --git a/go.sum b/go.sum index 1227f48..0ab8558 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,9 @@ -code.nochebuena.dev/einherjar/contracts v1.1.0 h1:GsGr6reyrd9qCc7D8CqbT1LWPTeeK9lT4r4EdsNA5Ro= -code.nochebuena.dev/einherjar/contracts v1.1.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= -code.nochebuena.dev/einherjar/core v1.1.0 h1:zxj9bFPthEEFRnvWV/vgNZqWa2y/kAo3p5pODWablyk= -code.nochebuena.dev/einherjar/core v1.1.0/go.mod h1:Ot2JbjsnZ33Ed5C9Ev1kSn2PW+F4dLz/LRwIUh+fYt0= -code.nochebuena.dev/einherjar/web v1.1.0 h1:Re2GOwnmDmOipcB2SVj57DhaAU+JeGaoTO474kfDBqM= -code.nochebuena.dev/einherjar/web v1.1.0/go.mod h1:va8lFwW3OXdKp3Is8UE9hZjv1c6esQM4+dWMfUMWsjs= +code.nochebuena.dev/einherjar/contracts v1.1.1 h1:MRQUR8Q1D4wIOUIz11vpAdsapWqFTMwr0/VRvWbGO3s= +code.nochebuena.dev/einherjar/contracts v1.1.1/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/core v1.1.1 h1:W6V/Peh1ffWjqZnBuBQLn4UGM+bgvWt9MQuktTEfDFw= +code.nochebuena.dev/einherjar/core v1.1.1/go.mod h1:ninuZlnO178zC4rOdt5vjGojnlOpygP8cDorrecAeTY= +code.nochebuena.dev/einherjar/web v1.1.1 h1:ezoyXouo/ClPMPNagMmMMWIEONlyff0VioFEGYz1bX8= +code.nochebuena.dev/einherjar/web v1.1.1/go.mod h1:LGIaGgwZIf6e66rttM27FxP+RMfl0R+ZMUg/56wi70A= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gabriel-vasile/mimetype v1.4.12 h1:e9hWvmLYvtp846tLHam2o++qitpguFiYCKbn0w9jyqw=