Skip to content

Commit

Permalink
Update CHANGELOG.md and bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbr committed Jan 2, 2025
1 parent df1e4ff commit 4c0a52f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
User-relevant changes to the software, see the full commit log for all changes.
[Downloads](https://github.com/zachbr/Dis4IRC/releases)

## 1.6.4 - `df1e4ff`
[Commits since 1.6.3](https://github.com/zachbr/Dis4IRC/compare/v1.6.3...v1.6.4)
* Fixes an issue with mentions being bridged incorrectly. Thank you sqyyy-jar!
* A fix for compiling the project when git is not available or the repo is not included.
* An update to the underlying Discord library.

## 1.6.3 - `28d68cb`
[Commits since 1.6.2](https://github.com/zachbr/Dis4IRC/compare/v1.6.2...v1.6.3)
* Updates to the Discord library and the other underlying libraries.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.zachbr"
version = "1.6.4"
version = "1.6.5-SNAPSHOT"

val targetJVM = JavaVersion.VERSION_11.toString()

Expand Down
4 changes: 2 additions & 2 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ that it's missing some important information and exit.

It should look like this:
```bash
$ java -jar Dis4IRC-1.6.3.jar
[18:23:19] [init] [INFO] - Dis4IRC v1.6.3-28d68cb
$ java -jar Dis4IRC-1.6.4.jar
[18:23:19] [init] [INFO] - Dis4IRC v1.6.4-df1e4ff
[18:23:19] [init] [INFO] - Source available at https://github.com/zachbr/Dis4IRC
[18:23:19] [init] [INFO] - Available under the MIT License
[18:23:19] [init] [INFO] - Loading config from: config.hocon
Expand Down

0 comments on commit 4c0a52f

Please sign in to comment.