bump NativeOrdersFeature version to 1.2 (#213)
* bump version to 1.2 * update changelog
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "0.22.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "bump feature version to 1.2",
|
||||||
|
"pr": 213
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.22.0",
|
"version": "0.22.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -34,7 +34,7 @@ contract NativeOrdersFeature is
|
|||||||
/// @dev Name of this feature.
|
/// @dev Name of this feature.
|
||||||
string public constant override FEATURE_NAME = "LimitOrders";
|
string public constant override FEATURE_NAME = "LimitOrders";
|
||||||
/// @dev Version of this feature.
|
/// @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(
|
constructor(
|
||||||
address zeroExAddress,
|
address zeroExAddress,
|
||||||
|
Reference in New Issue
Block a user