Skip to content

Commit

Permalink
Releasing v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalshreyas committed Mar 31, 2021
1 parent 080365a commit afa98a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Change Log

_2021_03-29_

* Update `RxSwift` dependency to `~> 5.1` (#96)

## Version 1.0.0-beta.2

_2021_03-29_

* Updated documentation.
* `AnyWorkflowConvertible` helper to ignore output (#90)
* Fixes an issue with handling Queued Events (#94)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in `Package.swift`:

```swift
dependencies: [
.package(url: "[email protected]:square/workflow-swift.git", from: "0.28.1")
.package(url: "[email protected]:square/workflow-swift.git", from: "1.0.0-beta.3")
]
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR=1
MINOR=0
PATCH=0
PRE_RELEASE_IDENTIFIER='beta.2'
PRE_RELEASE_IDENTIFIER='beta.3'

0 comments on commit afa98a8

Please sign in to comment.