Fix CHANGELOGs

This commit is contained in:
Brandon Millman
2018-08-03 15:58:17 -04:00
parent 4f381ca1d9
commit d00ee5df0d
3 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[
{
"version": "1.1.0-rc.2",
"version": "1.0.1-rc.3",
"changes": [
{
"note": "Add ForwarderWrapper",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.1-rc.3",
"changes": [
{
"note": "Updated to use latest orderFactory interface",
"pr": 936
}
]
},
{
"version": "1.0.1-rc.2",
"changes": [

View File

@@ -1,10 +1,10 @@
[
{
"version": "1.1.0-rc.2",
"version": "1.0.1-rc.3",
"changes": [
{
"note": "Added a synchronous `createOrder` method in `orderFactory`",
"pr": 935
"pr": 936
}
]
},