diff --git a/debian/changelog b/debian/changelog index f9fe4ad..462c120 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +sipwise-www-admin (2.0.0) UNRELEASED; urgency=low + + * speed dial + * LNP database handling + * NCOS levels + * SIP peering configuration + * number rewrite rules for SIP peerings + * vertical service code configuration + * fax number configuration + * new user preferences + * minor interface bugfixes + + -- Daniel Tiefnig Mon, 01 Feb 2010 02:08:50 +0100 + sipwise-www-admin (1.2.1) unstable; urgency=low * allowing direct entry of regex in billing fee destinations diff --git a/lib/admin.pm b/lib/admin.pm index c65b409..fd9dee6 100644 --- a/lib/admin.pm +++ b/lib/admin.pm @@ -21,7 +21,7 @@ use Catalyst qw/-Debug ConfigLoader Static::Simple Unicode Session Session::Store::FastMmap Session::State::Cookie /; -our $VERSION = '1'; +our $VERSION = '2'; # Configure the application. #