Skip to content

Commit

Permalink
chore(version): bump to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 11, 2024
1 parent 2070a7b commit 3a78414
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
==========

Version 1.8.2
-------------

## Dependencies:

- srt 1.5.3
- openssl 3.0.9

## Bug fixes:

- Coroutine socket: epoll must not throw an exception when the socket is closed

Version 1.8.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Get srtdroid latest artifacts on MavenCentral.

```gradle
dependencies {
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.1'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.2'
// If you use Kotlin Coroutines, you can use srtdroid-ktx
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.1'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "io.github.thibaultbee.srtdroid"
version = "1.8.1"
version = "1.8.2"
}

subprojects {
Expand Down

0 comments on commit 3a78414

Please sign in to comment.