Skip to content

Commit de7004a

Browse files
committed
Update Changelog.md
1 parent d38b4a8 commit de7004a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release_actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
run: zip JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip *.jar
3232
- name: Upload to release
3333
uses: AButler/[email protected]
34+
working-directory: ./build/libs
3435
with:
35-
files: 'build/libs/release-${{ github.event.release.tag_name }}.zip;build/libs/*.jar'
36+
files: 'JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip;*.jar'
3637
repo-token: ${{ secrets.GITHUB_TOKEN }}
3738
sendMessage:
3839
needs: [publish]

wiki/Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
## Changelog
22
This page lists all versions of JavaBotBlockAPI and the changes being made.
33

4-
> ### Important
4+
> ### ℹ️ Important
55
> - Numbers marked with a `*` are not available on bintray.
66
> You may use [jitpack.io](https://jitpack.io) for downloading those.
77
> - Numbers marked with a `**` will require you to add `https://dl.bintray.com/andre601/maven` to your build.gradle or pom.xml as a repository.
88
> - Numbers below version `4.0.0` use `com.andre601` as package and not `org.botblock`
99
1010
## v5
1111

12+
### 5.1.7
13+
- Changed `RatelimitedException` from extending Throwable to extending RuntimeException.
14+
You no longer need to try-cacth the RatelimitedException.
15+
1216
### 5.1.6
1317
- Site updated:
1418
- Deprecated `TOP_GG` for [this reason](https://imgur.com/sd50Ze4).

0 commit comments

Comments
 (0)