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.0.0"
".": "2.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.0.0...v2.1.0) (2026-06-21)


### Features

* **ci:** publish snapshots and build docker images on every main push ([#134](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/134)) ([08c16fa](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/08c16fa3d25d0777cb50810f8711240bd1c6ed3e))
* **config:** update release-please config for Java projects ([62293b3](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/62293b34fb3880084cce998b3de1d47b0b342d9d))

## [2.0.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v1.1.4...v2.0.0) (2026-06-19)


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.0.1-SNAPSHOT # x-release-please-version
version=2.1.0 # x-release-please-version
# The group ID for the Vulpes API
group=net.onelitefeather