diff --git a/CHANGELOG.md b/CHANGELOG.md index 82800e079..7555a8ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Polywrap Origin (0.12.0-pre.1) +## Breaking changes +* [PR-56](https://github.com/polywrap/javascript-client/pull/56) **Wrapscan resolver** + * Added the [Wrapscan URI resolver](https://github.com/polywrap/uri-resolver-extensions/tree/master/implementations/wrapscan) as one of the default URI resolvers + * You can now use `wrapscan/author/wrap@version` URIs to resolve Wraps published to Wrapscan + # Polywrap Origin (0.11.0) ## Features **`@polywrap/core-js`:** diff --git a/VERSION b/VERSION index 142464bf2..302b9d734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 \ No newline at end of file +0.12.0-pre.1 \ No newline at end of file