diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eed40c572..1309776329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.3.1](https://github.com/dasch-swiss/dsp-das/compare/v11.3.0...v11.3.1) (2024-01-30) + + +### Bug Fixes + +* no bearer auth on iiif images ([#1410](https://github.com/dasch-swiss/dsp-das/issues/1410)) ([a5a00e9](https://github.com/dasch-swiss/dsp-das/commit/a5a00e9dbcdc5ee6d5a27948ac9da00f284ca73f)) + ## [11.3.0](https://github.com/dasch-swiss/dsp-das/compare/v11.2.0...v11.3.0) (2024-01-30) diff --git a/package-lock.json b/package-lock.json index db224260ee..a3888dea4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dsp-app", - "version": "11.3.0", + "version": "11.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dsp-app", - "version": "11.3.0", + "version": "11.3.1", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.12", diff --git a/package.json b/package.json index 07a67bb108..8fc5276f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "11.3.0", + "version": "11.3.1", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"