From 9ad775457c392741c47fbce2771f9050e8088ee0 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Sat, 8 Aug 2026 00:42:17 -0600 Subject: [PATCH] chore(core): framework version alignment to v1.1.2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee9926..f01cabf 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.1.2] — 2026-08-08 + +Patch — coordinated framework version alignment. + +### Changed + +- Bumped `contracts` to v1.1.2. No code or API changes. + ## [1.1.1] — 2026-08-07 Patch — coordinated framework version alignment. diff --git a/README.md b/README.md index 53150c0..6c3aeb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/core -[![version](https://img.shields.io/badge/version-v1.1.1-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/core) +[![version](https://img.shields.io/badge/version-v1.1.2-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/core) [![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 961541e..1a7ed1f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module code.nochebuena.dev/einherjar/core go 1.26 require ( - code.nochebuena.dev/einherjar/contracts v1.1.1 + code.nochebuena.dev/einherjar/contracts v1.1.2 github.com/go-playground/validator/v10 v10.30.1 ) diff --git a/go.sum b/go.sum index 90f4d11..80d4577 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/contracts v1.1.2 h1:LNAFCKQjpNjkCyMid2AgkhDPPzOx8dvpRqqZ7F3zpo0= +code.nochebuena.dev/einherjar/contracts v1.1.2/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= 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=