Skip to content

Commit

Permalink
Merge pull request #735 from square/zachklipp/changelog-versions-v0.21.2
Browse files Browse the repository at this point in the history
Update version numbers and changelog for 0.21.2.
  • Loading branch information
zach-klippenstein committed Nov 7, 2019
2 parents 19e9ba2 + da5c2b2 commit 7d62986
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

## Version 0.21.2

_2019-11-7_

### Kotlin

* Restore `testFromState`. (#716)
* New render testing API for kotlin. (#687)

### Swift

* Kotlin-only release, no changes.

## Version 0.21.1

_2019-10-30_
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.21.1'
s.version = '0.21.2'
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.21.1'
s.version = '0.21.2'
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.21.1'
s.version = '0.21.2'
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.21.1
VERSION_NAME=0.21.2

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 7d62986

Please sign in to comment.