Skip to content

Commit

Permalink
Updated version numbers to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed May 30, 2024
1 parent 00c0abd commit 4919d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.6.0
* Added `isManuallyStarted` to the `registerForFlowResult` API, which allows for the flow to be started manually with a call to `update` rather than performing this automatically when the flow is created.
* Added `async` to `NavigationFlowScope`, which allows the execution of suspending lambdas as part of the steps in a flow.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Enro is published to [Maven Central](https://search.maven.org/). Make sure your

```kotlin
dependencies {
implementation("dev.enro:enro:2.4.1")
ksp("dev.enro:enro-processor:2.4.1") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.4.1")
implementation("dev.enro:enro:2.6.0")
ksp("dev.enro:enro-processor:2.6.0") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.6.0")
}
```

Expand Down

0 comments on commit 4919d35

Please sign in to comment.