From b534cbecd6f85a534034a002438ed12a0432028f Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Wed, 11 Mar 2020 10:42:28 -0400 Subject: [PATCH] Release 2.6.2 --- AutodlIrssi/Startup.pm | 2 +- CHANGELOG.md | 10 ++++++++++ docs/changelog.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/AutodlIrssi/Startup.pm b/AutodlIrssi/Startup.pm index edb4d363..f878c221 100644 --- a/AutodlIrssi/Startup.pm +++ b/AutodlIrssi/Startup.pm @@ -73,7 +73,7 @@ use constant MAX_CONNECTION_WAIT_SECS => 10*60; # use constant UPDATE_AUTODL_STATE_SECS => 60; -my $version = '2.6.1'; +my $version = '2.6.2'; my $trackersVersion = '0'; # Called when we're enabled diff --git a/CHANGELOG.md b/CHANGELOG.md index ab43c189..92df2102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Notable changes for [autodl-irssi](https://github.com/autodl-community/autodl-irssi). +## [v2.6.2](https://github.com/autodl-community/autodl-irssi/releases/tag/v2.6.2) (2020-03-11) + +[Commits](https://github.com/autodl-community/autodl-irssi/compare/v2.6.1...v2.6.2) + +### Changed + +* Use ``1.84`` as the ``Net::SSLeay`` version boundary. +* Send GitHub token in Authorization header. + + ## [v2.6.1](https://github.com/autodl-community/autodl-irssi/releases/tag/v2.6.1) (2019-10-28) [Commits](https://github.com/autodl-community/autodl-irssi/compare/v2.6.0...v2.6.1) diff --git a/docs/changelog.md b/docs/changelog.md index ab43c189..92df2102 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,16 @@ Notable changes for [autodl-irssi](https://github.com/autodl-community/autodl-irssi). +## [v2.6.2](https://github.com/autodl-community/autodl-irssi/releases/tag/v2.6.2) (2020-03-11) + +[Commits](https://github.com/autodl-community/autodl-irssi/compare/v2.6.1...v2.6.2) + +### Changed + +* Use ``1.84`` as the ``Net::SSLeay`` version boundary. +* Send GitHub token in Authorization header. + + ## [v2.6.1](https://github.com/autodl-community/autodl-irssi/releases/tag/v2.6.1) (2019-10-28) [Commits](https://github.com/autodl-community/autodl-irssi/compare/v2.6.0...v2.6.1)