diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e359221..9cbb7438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - BOT_VERSION: 2.12.0 + BOT_VERSION: 2.13.0 MAVEN_OPTS: -Dmaven.repo.local=.m2/repository dependencies: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e88cb58..12f0d157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.13.0] - 2024-04-14 ### Added - Show accurate duration of Recording @@ -13,7 +13,6 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org - Trying out SigNoz Cloud, currently sending app and db metrics as well as logs - `test` command to simulate `@pawa` performing certain actions like joining a VC then saving. - ### Changed - `recover` responds with ephemeral replies only visible to caller - Update the following dependencies: @@ -36,22 +35,12 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org - Bump org.testcontainers:testcontainers from 1.19.3 to 1.19.7 - Bump otel.version 2.2.0 to 2.3.0 - - -### Deprecated - - ### Removed - Remove EventTracer, was remnant from removing Honeycomb - ### Fixed - [PawaLite]: `/recover` now correctly recovers a recording from a queue file - -### Security - - ## [2.12.0] - 2024-02-13 ### Added @@ -360,7 +349,7 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org ### Fixed - Remove recording limits and warnings -[Unreleased]: https://gitlab.com/pawabot/pawa/-/compare/v2.12.0...master +[2.13.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.12.0...v2.13.0 [2.12.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.1...v2.12.0 [2.11.1]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.0...v2.11.1 [2.11.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.0...v2.10.0 diff --git a/launch4j.xml b/launch4j.xml index e68e0b89..4aa6a400 100644 --- a/launch4j.xml +++ b/launch4j.xml @@ -2,8 +2,8 @@ false console - D:\workspace\pawabot\pawa\target\pawa-2.12.0.jar - D:\workspace\pawabot\pawa-lite\pawa-lite-2.12.0.exe + D:\workspace\pawabot\pawa\target\pawa-2.13.0.jar + D:\workspace\pawabot\pawa-lite\pawa-lite-2.13.0.exe . @@ -26,12 +26,10 @@ jre - true - false + false + false 17 - jdkOnly - 64 -Dlog4j.configurationFile=log4j2-lite.xml - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 586c27d1..e7e9b85c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 tech.gdragon.pawabot pawa - 2.12.0 + 2.13.0 Audio recording for Discord scm:git:https://gitlab.com/pawabot/pawa.git