Skip to content

Commit 9ef5a1c

Browse files
committed
release 2.080003
1 parent 17bdee7 commit 9ef5a1c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.080003 - 2024-10-30
2+
3+
[BUG FIXES]
4+
5+
* #1259 UTF-8 encode the body of Hook HTTP requests
6+
17
2.080002 - 2024-10-30
28

39
[ENHANCEMENTS]

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"provides" : {
149149
"App::Netdisco" : {
150150
"file" : "lib/App/Netdisco.pm",
151-
"version" : "2.080002"
151+
"version" : "2.080003"
152152
},
153153
"App::Netdisco::AnyEvent::Nbtstat" : {
154154
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -998,6 +998,6 @@
998998
"x_IRC" : "irc://irc.libera.chat/#netdisco",
999999
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
10001000
},
1001-
"version" : "2.080002",
1001+
"version" : "2.080003",
10021002
"x_serialization_backend" : "JSON::PP version 4.16"
10031003
}

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ name: App-Netdisco
2727
provides:
2828
App::Netdisco:
2929
file: lib/App/Netdisco.pm
30-
version: '2.080002'
30+
version: '2.080003'
3131
App::Netdisco::AnyEvent::Nbtstat:
3232
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
3333
App::Netdisco::Backend::Job:
@@ -691,5 +691,5 @@ resources:
691691
homepage: http://netdisco.org/
692692
license: http://opensource.org/licenses/BSD-3-Clause
693693
repository: https://github.com/netdisco/netdisco
694-
version: '2.080002'
694+
version: '2.080003'
695695
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

lib/App/Netdisco.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use 5.010_000;
66

7-
our $VERSION = '2.080002';
7+
our $VERSION = '2.080003';
88
use App::Netdisco::Configuration;
99

1010
=head1 NAME

0 commit comments

Comments
 (0)