Skip to content

Commit 4a36e4f

Browse files
committed
Releasing v1.0.0
1 parent 50f3c3b commit 4a36e4f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Change Log
22
==========
33

4+
## Version 1.0.0
5+
6+
_2021-11-05_
7+
8+
v1.0.0 🎉
9+
10+
## What's Changed
11+
* Updates to Workflow Templates by @monishsyed in https://github.com/square/workflow-swift/pull/100
12+
* Update RenderTester+TestContext.swift by @cbowns in https://github.com/square/workflow-swift/pull/102
13+
* Remove unused ReactiveSwift imports by @dhavalshreyas in https://github.com/square/workflow-swift/pull/103
14+
* Combine Worker by @soorinpark in https://github.com/square/workflow-swift/pull/104
15+
16+
## New Contributors
17+
* @72A12F4E made their first contribution in https://github.com/square/workflow-swift/pull/101
18+
* @soorinpark made their first contribution in https://github.com/square/workflow-swift/pull/104
19+
20+
**Full Changelog**: https://github.com/square/workflow-swift/compare/v1.0.0-rc.1...v1.0.0
21+
422
## Version 1.0.0-rc.1
523

624
_2021-08-27_

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR=1
22
MINOR=0
33
PATCH=0
4-
PRE_RELEASE_IDENTIFIER='rc.1'
4+
PRE_RELEASE_IDENTIFIER=''

0 commit comments

Comments
 (0)