diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a740a..f6374c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/BNLNPPS/esi-shell/compare/1.1.1...1.1.2) (2024-11-07) + + +### Bug Fixes + +* bump esi-opticks revision ([#127](https://github.com/BNLNPPS/esi-shell/issues/127)) ([6ab0e43](https://github.com/BNLNPPS/esi-shell/commit/6ab0e43ff4d4d703c10d10a7e16b12cf84b45354)) + ## [1.1.1](https://github.com/BNLNPPS/esi-shell/compare/1.1.0...1.1.1) (2024-11-06) diff --git a/esi-shell b/esi-shell index 79d92a8..3e09636 100755 --- a/esi-shell +++ b/esi-shell @@ -28,7 +28,7 @@ REQUIRED_DOCKER_VERSION=23.0.0 # set default values IMAGE_NAME="ghcr.io/bnlnpps/esi-shell" IMAGE_TAG="latest" -ESI_SHELL_VERSION=1.1.1 +ESI_SHELL_VERSION=1.1.2 CONTAINER_COMMAND= CONTAINER_OPTIONS= diff --git a/pyproject.toml b/pyproject.toml index 90a7436..b32e1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esi-shell" -version = "1.1.1" +version = "1.1.2" description = "" authors = ["BNL NPPS"] readme = "README.md"