diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a171232..e8851742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # NVIDIA Container Toolkit Changelog +## v1.14.6 * Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`. * Add support for selecting IMEX channels using the NVIDIA_IMEX_CHANNELS environement variable. diff --git a/versions.mk b/versions.mk index cc9f39af..c63f8b36 100644 --- a/versions.mk +++ b/versions.mk @@ -13,7 +13,7 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.14.5 +LIB_VERSION := 1.14.6 LIB_TAG := # The package version is the combination of the library version and tag.