diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c5..001eb2cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81008e7c..b446f857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to Lockspire will be documented in this file. The format is based on Keep a Changelog, and versions follow Semantic Versioning. +## [0.1.2](https://github.com/szTheory/lockspire/compare/lockspire-v0.1.1...lockspire-v0.1.2) (2026-04-24) + + +### Bug Fixes + +* **release:** make recovery lane publishable ([cd5e40d](https://github.com/szTheory/lockspire/commit/cd5e40d001a4fda7f35b729edb7ac8c73b5b6f19)) +* **release:** run hex tasks before docs ([046a14c](https://github.com/szTheory/lockspire/commit/046a14c7f8712159eb7bd68a945caa718bfc78d3)) + ## [0.1.1](https://github.com/szTheory/lockspire/compare/lockspire-v0.1.0...lockspire-v0.1.1) (2026-04-24) diff --git a/mix.exs b/mix.exs index 2735cc0f..abdbaf9d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lockspire.MixProject do def project do [ app: :lockspire, - version: "0.1.1", + version: "0.1.2", description: "Embedded OAuth/OIDC authorization server for Phoenix applications", elixir: "~> 1.18", elixirc_paths: elixirc_paths(Mix.env()),