diff --git a/CHANGELOG.md b/CHANGELOG.md index c992ccd..cbec844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This changelog tracks the semantic version of the V module in `v.mod`. Generated binding snapshots continue to use the Vulkan registry version stored in `VERSION`. -## Unreleased +## 1.6.0 - 2026-09-09 ### Added diff --git a/v.mod b/v.mod index 1203186..9a5312d 100644 --- a/v.mod +++ b/v.mod @@ -2,7 +2,7 @@ Module { name: 'antono2.vulkan' author: 'Anton Oreskin' description: 'V Vulkan Bindings' - version: '1.5.0' + version: '1.6.0' repo_url: 'https://github.com/antono2/vulkan' vcs: 'git' tags: ['V','vulkan','graphics']