Skip to content

Commit

Permalink
Prepare version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 2, 2023
1 parent 6ff33bb commit 473ab54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Unreleased


## [1.5.0] - 2023-11-02

* New: `Zipline.eventListener` can be used to get the `EventListener` from a `Zipline` instance.
* Upgrade: [Kotlin 1.9.20](https://square.github.io/okio/changelog/#version-360)


## [1.4.0] - 2023-10-31

* New: `EventListener.Factory` can be used to scope events to a particular `Zipline` instance.
Expand Down Expand Up @@ -420,6 +426,7 @@ Initial release.
[kotlin_1_8_10]: https://github.com/JetBrains/kotlin/releases/tag/v1.8.10
[kotlin_1_8_20]: https://github.com/JetBrains/kotlin/releases/tag/v1.8.20
[kotlin_1_8_21]: https://github.com/JetBrains/kotlin/releases/tag/v1.8.21
[kotlin_1_9_20]: https://github.com/JetBrains/kotlin/releases/tag/v1.9.20
[kotlin_serialization_1_4_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.4.0
[kotlin_serialization_1_5_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.0
[kotlin_serialization_1_5_1]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0

android.useAndroidX=true
android.enableJetifier=false
Expand Down

0 comments on commit 473ab54

Please sign in to comment.