diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7deae..6c31fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unpublished] +## [6.0.0] ### Changed - `copy_buffers` is now unsafe. - `get_display` is now unsafe. diff --git a/Cargo.toml b/Cargo.toml index 55e2dae..b65b0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khronos-egl" -version = "5.0.0" +version = "6.0.0" authors = ["Timothée Haudebourg ", "Sean Kerr "] license = "MIT/Apache-2.0" description = "Rust bindings for EGL"