diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d72d0ad..52af4444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # NVIDIA Container Toolkit Changelog +## v1.13.3 + ## v1.13.2 * Add `nvidia-container-runtime-hook.path` config option to specify NVIDIA Container Runtime Hook path explicitly. diff --git a/versions.mk b/versions.mk index cf851a17..c73269b3 100644 --- a/versions.mk +++ b/versions.mk @@ -13,7 +13,7 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.13.2 +LIB_VERSION := 1.13.3 LIB_TAG := # The package version is the combination of the library version and tag.