diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86a3d7f..782b12e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.12" + ".": "0.4.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b513052..7535cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.13](https://github.com/seuros/lapsoss/compare/lapsoss/v0.4.12...lapsoss/v0.4.13) (2026-01-28) + + +### Bug Fixes + +* resolve test issues and update CI matrix versions ([#8](https://github.com/seuros/lapsoss/issues/8)) ([76c8a96](https://github.com/seuros/lapsoss/commit/76c8a9624417f503b9f5cc71056eeaa87a2aa3a6)) + ## [0.4.12](https://github.com/seuros/lapsoss/compare/lapsoss/v0.4.11...lapsoss/v0.4.12) (2025-12-08) diff --git a/lib/lapsoss/version.rb b/lib/lapsoss/version.rb index d0a2287..f47a10d 100644 --- a/lib/lapsoss/version.rb +++ b/lib/lapsoss/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lapsoss - VERSION = "0.4.12" + VERSION = "0.4.13" end