From 7fa8cdf0efc9686b0b99416e23cb76ba54f8c809 Mon Sep 17 00:00:00 2001 From: "lilypad-releases[bot]" <174042765+lilypad-releases[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:49:47 +0000 Subject: [PATCH] chore(main): release 2.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9b8e02a..7a48e52a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fab82467..d4bc0f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.12.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.11.0...v2.12.0) (2025-01-23) + + +### Features + +* Add solver database ([#462](https://github.com/Lilypad-Tech/lilypad/issues/462)) ([6db8bf0](https://github.com/Lilypad-Tech/lilypad/commit/6db8bf0335421f29d16651289d5298d17a55c3af)) +* Add validation token endpoint ([#487](https://github.com/Lilypad-Tech/lilypad/issues/487)) ([fe37ec6](https://github.com/Lilypad-Tech/lilypad/commit/fe37ec67817d21e2f453f91c08b197a31326503c)) +* Add validation token key ID config ([#495](https://github.com/Lilypad-Tech/lilypad/issues/495)) ([6e16b72](https://github.com/Lilypad-Tech/lilypad/commit/6e16b720517728939c92a4a7f3490a48860a2a5f)) + ## [2.11.0](https://github.com/Lilypad-Tech/lilypad/compare/v2.10.0...v2.11.0) (2025-01-16)