Skip to content

Commit

Permalink
Merge pull request #845 from square/zachklipp/changelog-v0.22.1
Browse files Browse the repository at this point in the history
Bump version number to v0.22.1 and update changelog.
  • Loading branch information
zach-klippenstein committed Dec 20, 2019
2 parents d355c5c + 3d434d4 commit 2392348
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Change Log
==========

## Version 0.22
## Version 0.22.1

_2019-12-20_

### Kotlin

* Make WorkflowAction covariant on OutputT again. (#837)
* Undo making RenderContext a sink, give it a sink property instead. (#839)

### Swift

* Kotlin-only release, no changes.

## Version 0.22.0

_2019-12-18_

Expand Down
2 changes: 1 addition & 1 deletion Workflow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Workflow'
s.version = '0.23.0'
s.version = '0.22.1'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowTesting'
s.version = '0.23.0'
s.version = '0.22.1'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowUI'
s.version = '0.23.0'
s.version = '0.22.1'
s.summary = 'Infrastructure for Workflow-powered UI'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.useAndroidX=true
#android.debug.obsoleteApi=true

GROUP=com.squareup.workflow
VERSION_NAME=0.23.0
VERSION_NAME=0.22.1

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 2392348

Please sign in to comment.