From f26cd29bd9dc9e9657d39e795c34d6290169761a Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 2 Jun 2024 14:29:43 -0300 Subject: [PATCH] Changelog --- CHANGELOG.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1ead4..ddf86de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [1.1.0] - 2024-06-03 + +### Added + +- Added `access_token_factory` argument to allow custom token generation. ([@caiolombello](https://github.com/caiolombello)) +- Added example ASP server with role-based JWT authentication for testing purposes. ([@caiolombello](https://github.com/caiolombello)) + +### Other + +- Significantly improved user and internal documentation, test coverage. ([@caiolombello](https://github.com/caiolombello)) +- Loosened version constraints for dependencies. + ## [1.0.0] - 2024-03-07 ### Added @@ -60,9 +72,10 @@ Initial release. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/dipdup-io/dipdup/compare/1.0.0...HEAD -[1.0.0]: https://github.com/dipdup-io/dipdup/compare/0.2.0...1.0.0 -[0.2.0]: https://github.com/dipdup-io/dipdup/compare/0.1.2...0.2.0 -[0.1.2]: https://github.com/dipdup-io/dipdup/compare/0.1.1...0.1.2 -[0.1.1]: https://github.com/dipdup-io/dipdup/compare/0.1.0...0.1.1 -[0.1.0]: https://github.com/dipdup-io/dipdup/releases/tag/0.1.0 +[Unreleased]: https://github.com/baking-bad/pysignalr/compare/1.1.0...HEAD +[1.1.0]: https://github.com/baking-bad/pysignalr/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/baking-bad/pysignalr/compare/0.2.0...1.0.0 +[0.2.0]: https://github.com/baking-bad/pysignalr/compare/0.1.2...0.2.0 +[0.1.2]: https://github.com/baking-bad/pysignalr/compare/0.1.1...0.1.2 +[0.1.1]: https://github.com/baking-bad/pysignalr/compare/0.1.0...0.1.1 +[0.1.0]: https://github.com/baking-bad/pysignalr/releases/tag/0.1.0