diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3bcb265..ba5f875 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.1...v1.1.2) (2021-03-21) + + +### Bug Fixes + +* add used nonce to data submission request ([936fb10](https://github.com/InOG-projects/IRIS-library-js/commit/936fb10ffe8df9d2bf9c3fc1c2cfb1e336554c31)) + ## [1.1.1](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.0...v1.1.1) (2021-03-21) diff --git a/package.json b/package.json index 92a2839..ddbe689 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.1.1", + "version": "1.1.2", "dependencies": { "axios": "^0.21.1" },