From 4fd0b8a5cfffa3d9188d6d044389dfc2388cd9dc Mon Sep 17 00:00:00 2001 From: Benedikt Rudolph Date: Wed, 27 Feb 2019 11:58:48 +0100 Subject: [PATCH] Increment version, add changelog for 1.12.3 --- CHANGELOG | 4 ++++ VERSION | 2 +- birdwatcher.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d3f4791..f81a06f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ +1.12.3 + +* Fix community value misssing when parsing multiline communities + 1.12.2 * Remove unused OrigTTL attribute from cache info diff --git a/VERSION b/VERSION index 6b89d58..81f3632 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.2 +1.12.3 diff --git a/birdwatcher.go b/birdwatcher.go index 97ad66e..208a9f9 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -16,7 +16,7 @@ import ( ) //go:generate versionize -var VERSION = "1.12.2" +var VERSION = "1.12.3" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {