bump NativeOrdersFeature version to 1.2 (#213)

* bump version to 1.2

* update changelog
This commit is contained in:
Alex Kroeger 2021-04-27 08:11:13 -07:00 committed by GitHub
parent 33e260f9db
commit 842dd8572b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "0.22.1",
"changes": [
{
"note": "bump feature version to 1.2",
"pr": 213
}
]
},
{
"version": "0.22.0",
"changes": [

View File

@ -34,7 +34,7 @@ contract NativeOrdersFeature is
/// @dev Name of this feature.
string public constant override FEATURE_NAME = "LimitOrders";
/// @dev Version of this feature.
uint256 public immutable override FEATURE_VERSION = _encodeVersion(1, 1, 0);
uint256 public immutable override FEATURE_VERSION = _encodeVersion(1, 2, 0);
constructor(
address zeroExAddress,