Bump version: 1.2.0.20-cf711 → 1.3.0

Change-Id: I4654650ae90463442dc7017ea86b6910732e30bb
diff --git a/debian/changelog b/debian/changelog
index 20ffc81..51bc211 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+openbsc (1.3.0) unstable; urgency=medium
+
+  [ Keith ]
+  * Don't deliver alert notifications to an ESME that is not yet bound.
+  * Write configuration correctly from vty (alert notifications)
+  * tests: Mute stdout during db_prepare()
+
+  [ Pau Espin Pedrol ]
+  * osmo-bsc-mgcp.service: Fix parsing of cmdline option s
+  * talloc_ctx_init: Use public API osmo_signal_talloc_ctx_init
+  * Replace broken ipa_ccm_idtag APIs with new ipa_ccm_id ones
+  * vty_test_runner: Handle MGCP message recv len dynamically
+  * nat: Return error code in queue_for_msc
+  * tests: Fix selection of python version
+  * nat: Fix crash (double-free) in forward_sccp_to_msc
+  * nat: Allocate bsc_nat_parsed on the stack instead of heap
+  * mgcp: Handle CI and X-Osmux param name as case insensitive
+  * bsc-nat: Remove whitespace at the end of CTR descriptions
+
+  [ Max ]
+  * Drop openggsn from build dependencies
+  * Drop Iu*S support and related dependencies
+
+  [ Rafael Diniz ]
+  * Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.
+
+  [ Daniel Willmann ]
+  * osmo-bsc_nat: Parse MGCP Connection ID as hex
+  * libmgcp: Parse CI as hex string in verify_ci()
+  * manuals: Add script to regenerate counter/vty documentation
+
+  [ Oliver Smith ]
+  * contrib/jenkins.sh: run "make maintainer-clean"
+
+ -- Harald Welte <laforge@gnumonks.org>  Sun, 14 Jul 2019 08:42:36 +0800
+
 openbsc (1.2.0) unstable; urgency=medium
 
   [ Pau Espin Pedrol ]