diff --git a/CHANGELOG.md b/CHANGELOG.md index deddbe0..c2464c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [6.0.0] 2024-07-11 ### Changed - [#55](https://github.com/rambler-digital-solutions/actix-web-validator/pull/55): Update validator dependency to 0.18 - [#53](https://github.com/rambler-digital-solutions/actix-web-validator/pull/53): Update serde_qs to 0.13 diff --git a/Cargo.toml b/Cargo.toml index 1a9148b..08e30f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-validator" -version = "5.0.1" +version = "6.0.0" authors = ["Belousow Makc ", "Andrey Ermilov ", "Kolomatskiy Artem "] edition = "2021" description = "Validation mechanism for actix-web" diff --git a/README.md b/README.md index 729af23..2dc45e3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -actix-web-validator = "5.0.1" +actix-web-validator = "6.0.0" validator = { version = "0.16", features = ["derive"] } serde = { version = "1", features = ["derive"] } ```