diff --git a/changelog.txt b/changelog.txt index 3ee9cd3b..98937a00 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ OPENSEADRAGON CHANGELOG ======================= -4.1.0: (in progress...) +4.1.0: * NEW BEHAVIOR: When `navigatorRotate` is false, while the navigator image doesn't rotate, the red outline now does (#2356 @lcl45) * The viewer no longer emits `canvas-key` events for both keydown and keypress events; canvas-key is now just for keydown, and the new `canvas-key-press` is for keypress (#2270 @hrghauri) diff --git a/package.json b/package.json index 78a13890..a7cda3b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openseadragon", - "version": "4.0.0", + "version": "4.1.0", "description": "Provides a smooth, zoomable user interface for HTML/Javascript.", "keywords": [ "image", @@ -47,4 +47,4 @@ "test": "grunt test", "prepare": "grunt build" } -} +} \ No newline at end of file