diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..16d36c1 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,8 @@ +# clones-with-immutable-args + +## 1.1.0 + +### Minor Changes + +- Add ability to deploy clones at deterministic address using CREATE3 + diff --git a/package.json b/package.json index 8c9b020..d13500a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clones-with-immutable-args", "author": "wighawag", "license": "BSD", - "version": "1.0.0", + "version": "1.1.0", "description": "Factory for deploying clones with immutable parameters.", "files": [ "*.sol"