Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.2.0...v2.3.0) (2026-06-22)


### Features

* enable /health and /prometheus management endpoints ([#141](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/141)) ([dc87f28](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/dc87f289a53ea94650adbde23de61fc96883258b))

## [2.2.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.1.0...v2.2.0) (2026-06-22)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 -Dmicr
micronautVersion=4.10.2

# The version of the Vulpes API
version=2.2.1-SNAPSHOT # x-release-please-version
version=2.3.0 # x-release-please-version
# The group ID for the Vulpes API
group=net.onelitefeather