diff --git a/CHANGELOG.md b/CHANGELOG.md index cff23cb..1edea95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.5.1 +- fix examples links in README.md + ## v0.5.0 BREAKING - feat: add TLS support for servers([#31](https://github.com/gbaranski/ezsockets/pull/31)) diff --git a/Cargo.toml b/Cargo.toml index a5d7fe1..ae74ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezsockets" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Grzegorz BaraƄski "] description = "WebSockets server & client made easy"