diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd0712..99baa31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0] — 2026-08-09 + +Minor — coordinated framework version alignment. No code or API changes in this module. + +### Changed + +- Bumped `contracts`, `core`, `web` to v1.5.0. + ## v1.1.3 — 2026-08-08 Patch — coordinated framework version alignment. Bumped einherjar dependencies (\`contracts\`, \`core\`, \`web\`) to v1.1.3. diff --git a/README.md b/README.md index ad8dc4f..4eec900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/auth -[![version](https://img.shields.io/badge/version-v1.4.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth) +[![version](https://img.shields.io/badge/version-v1.5.0-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 84c61d2..58868be 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.4.0 - code.nochebuena.dev/einherjar/core v1.4.0 - code.nochebuena.dev/einherjar/web v1.4.0 + code.nochebuena.dev/einherjar/contracts v1.5.0 + code.nochebuena.dev/einherjar/core v1.5.0 + code.nochebuena.dev/einherjar/web v1.5.0 ) require ( diff --git a/go.sum b/go.sum index 857bdce..11f5ecf 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,9 @@ -code.nochebuena.dev/einherjar/contracts v1.4.0 h1:rv/93dGXmXvO90G0uxCu8y3+5+EobkVvcoxh/BywIFk= -code.nochebuena.dev/einherjar/contracts v1.4.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= -code.nochebuena.dev/einherjar/core v1.4.0 h1:YBRFzgeWNh8BCHueNYGo+V754BjzvJvq2CddJcc5ZjQ= -code.nochebuena.dev/einherjar/core v1.4.0/go.mod h1:dILfAATF++TBeLOwUTQsYci+Ft7yK5ivt00iRYctfGk= -code.nochebuena.dev/einherjar/web v1.4.0 h1:GFSuVQUnS+F013vawqfXkT6Mmyq7AXhWoAMTjdKlYS8= -code.nochebuena.dev/einherjar/web v1.4.0/go.mod h1:FRe1HxdhJzNogy8ebLyaDe8kGU9KtXJBhNjP+fQ/fmM= +code.nochebuena.dev/einherjar/contracts v1.5.0 h1:vDlpLXtVZ4Q4l3AR02qLQhnKnEDq2vE8+mydwg85hUU= +code.nochebuena.dev/einherjar/contracts v1.5.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/core v1.5.0 h1:LXVyHaite+NHL8LIGj/NvCVqgCrkpVMfm2VaIZ9aAU8= +code.nochebuena.dev/einherjar/core v1.5.0/go.mod h1:lxiRdCVLl1/XnbCsHbeZJIFNXZ29QaSl2lMGZm3CQjM= +code.nochebuena.dev/einherjar/web v1.5.0 h1:vG1p+delIE+BP3H549GDnwOSYPqhtjNfNLsyb49uNfw= +code.nochebuena.dev/einherjar/web v1.5.0/go.mod h1:JnVNUj9H2Y2xZ+DMRd0gm9i3A6h89j60XesoVNur3yo= 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.15 h1:05iP/CYtZ/w455R/KZM6rZ5ieAdh99UPtd+d3YzLmaI=