From 3dc594b7bb8cc28f8011d66c0b60243ff7ffcf89 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Tue, 1 Feb 2022 15:23:38 +0000 Subject: [PATCH] Release 6.1.1 Signed-off-by: Richard Whitehouse --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de76b9372..372114f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Fixed + +## [6.1.1] - 2022-02-01 ### Fixed - Remove private, unused dependency on `chrono` @@ -182,7 +185,8 @@ No changes. We now think we've got enough to declare this crate stable. ## [0.5.0] - 2017-09-18 - Start of changelog. -[Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/6.1.0...HEAD +[Unreleased]: https://github.com/Metaswitch/swagger-rs/compare/6.1.1...HEAD +[6.1.1]: https://github.com/Metaswitch/swagger-rs/compare/6.1.0...6.1.1 [6.1.0]: https://github.com/Metaswitch/swagger-rs/compare/6.0.0...6.1.0 [6.0.0]: https://github.com/Metaswitch/swagger-rs/compare/5.1.0...6.0.0 [5.1.0]: https://github.com/Metaswitch/swagger-rs/compare/5.0.2...5.1.0 diff --git a/Cargo.toml b/Cargo.toml index 49696fe40..d0fb4ac89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swagger" -version = "6.1.0" +version = "6.1.1" authors = ["Metaswitch Networks Ltd"] license = "Apache-2.0" description = "A set of common utilities for Rust code generated by swagger-codegen"