Update CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-11-29 16:12:54 -08:00
parent 141c140f53
commit 9da09ee3a6
3 changed files with 17 additions and 0 deletions

View File

@ -5,6 +5,10 @@
{ {
"note": "`1337` addresses updated with Forwarder deployed after Exchange is configured", "note": "`1337` addresses updated with Forwarder deployed after Exchange is configured",
"pr": 2368 "pr": 2368
},
{
"note": "Update Forwarder addresses on all newtorks",
"pr": 2374
} }
] ]
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"version": "2.3.0-beta.4",
"changes": [
{
"note": "Regenerate Forwarder and DevUtils artifacts",
"pr": 2374
}
]
},
{ {
"version": "2.3.0-beta.3", "version": "2.3.0-beta.3",
"changes": [ "changes": [

View File

@ -4,6 +4,10 @@
"changes": [ "changes": [
{ {
"note": "Remove dependency on `abi-gen-wrappers`" "note": "Remove dependency on `abi-gen-wrappers`"
},
{
"note": "Regenrate Forwarder wrapper",
"pr": 2374
} }
] ]
}, },