diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6714875..e6922cf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/InOG-projects/IRIS-library-js/compare/v1.0.0...v1.1.0) (2021-03-21) + + +### Features + +* provide basic implementation for data requests and submissions ([b330d53](https://github.com/InOG-projects/IRIS-library-js/commit/b330d5341b78eea1237f1b75e8cb6b5ad18ca1ea)) + # 1.0.0 (2021-03-20) diff --git a/package.json b/package.json index 0ff1a9b..683aa2f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "type": "git", "url": "https://github.com/InOG-projects/IRIS-library-js.git" }, - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "axios": "^0.21.1" }