diff --git a/CHANGELOG.md b/CHANGELOG.md
index 968448e..251b1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. This projec
Changes since last release.
+## [1.1.4] - 2021-03-26
+
+No changes to JSSImporter, but the package incorporates upstream changes to python-jss to mount shares at /Users/Shared instead of /Volumes.
+
## [1.1.3] - 2020-10-19
No changes to JSSImporter, but the package incorporates upstream changes to python-jss to set a session cookie which should ensure each request goes to the same cluster node.
@@ -321,7 +325,8 @@ each recipe.
- Deprecated `JSS_REPO` key. It will still work, but the processor prioritizes `JSS_REPOS` over it.
-[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.3...HEAD
+[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.4...HEAD
+[1.1.4]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.2...v1.1.2
[1.1.1]: https://github.com/sheagcraig/JSSImporter/compare/v1.1.0...v1.1.1
diff --git a/JSSImporter.py b/JSSImporter.py
index 099f8e5..d97555a 100644
--- a/JSSImporter.py
+++ b/JSSImporter.py
@@ -46,8 +46,8 @@
__all__ = ["JSSImporter"]
-__version__ = "1.1.3"
-REQUIRED_PYTHON_JSS_VERSION = StrictVersion("2.1.0")
+__version__ = "1.1.4"
+REQUIRED_PYTHON_JSS_VERSION = StrictVersion("2.1.1")
# Map Python 2 basestring type for Python 3.
if sys.version_info.major == 3:
diff --git a/pkg/jssimporter/build-info.plist b/pkg/jssimporter/build-info.plist
index be0f0b5..07f07ed 100644
--- a/pkg/jssimporter/build-info.plist
+++ b/pkg/jssimporter/build-info.plist
@@ -17,6 +17,6 @@
suppress_bundle_relocation
version
- 1.1.3
+ 1.1.4