diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e094a4..50222b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ This document records all notable changes to [pytest-socket](https://pypi.python.org/pypi/pytest-socket). This project attempts to adhere to [Semantic Versioning](http://semver.org/). -## [0.5.1][] (2020-01-23) +## [0.6.0][] (2023-02-03) + +Enhancements: + +- Support hostname in `--allow-hosts` #189 + +Changes: + +- Dependency updates +- Development updates + +## [0.5.1][] (2022-01-23) ### Fixes @@ -119,3 +130,4 @@ Maintenance release. [0.4.1]: https://github.com/miketheman/pytest-socket/compare/0.4.0...0.4.1 [0.5.0]: https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0 [0.5.1]: https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1 +[0.6.0]: https://github.com/miketheman/pytest-socket/compare/0.5.1...0.6.0 diff --git a/pyproject.toml b/pyproject.toml index b52324f..af8ac1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-socket" -version = "0.5.1" +version = "0.6.0" description = "Pytest Plugin to disable socket calls during tests" authors = ["Mike Fiedler "] license = "MIT"