Skip to content

Commit

Permalink
chore(version): bump to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Aug 26, 2024
1 parent f4a0dbb commit 92fc01b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
==========

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

## Dependencies:

- srt 1.5.3
- openssl 3.0.9

## Bug fixes:

- Fix `SrtUrl` parsing when stream id
has [stream id syntax](https://github.com/Haivision/srt/blob/master/docs/features/access-control.md?plain=1)

Version 1.8.0
-------------

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.0'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.1'
// If you use Kotlin Coroutines, you can use srtdroid-ktx
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.0'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.1'
}
```

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.0"
version = "1.8.1"
}

subprojects {
Expand Down

0 comments on commit 92fc01b

Please sign in to comment.