Skip to content

Commit

Permalink
chore(main): release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2024
1 parent baea137 commit 607de80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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.1.1"
".": "2.1.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.2](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.1.1...v2.1.2) (2024-11-28)


### Bug Fixes

* **deps:** update kotlin monorepo to v2.1.0 (minor) ([#403](https://github.com/DuncanCasteleyn/DiscordModBot/issues/403)) ([baea137](https://github.com/DuncanCasteleyn/DiscordModBot/commit/baea137d1c373233a3110e753bac0f217769cc76))
* **deps:** update plugin org.springframework.boot to v3.4.0 ([#399](https://github.com/DuncanCasteleyn/DiscordModBot/issues/399)) ([40024a0](https://github.com/DuncanCasteleyn/DiscordModBot/commit/40024a0ab8b4ff34f795f07decf091f14e3edd26))


### Reverts

* downgrade gradle to 8.10.2 as 8.11.x is completely broken on windows ([9505cbc](https://github.com/DuncanCasteleyn/DiscordModBot/commit/9505cbcc243529b435ce2bec33a74fbffebc9c57))

## [2.1.1](https://github.com/DuncanCasteleyn/DiscordModBot/compare/v2.1.0...v2.1.1) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ tasks {
}

project.group = "be.duncanc"
project.version = "2.1.2-SNAPSHOT" // x-release-please-version
project.version = "2.1.2" // x-release-please-version

0 comments on commit 607de80

Please sign in to comment.