Browse Source

chore(release): 1.3.0

Matthias Ladkau 4 years ago
parent
commit
4cd46e59a5
2 changed files with 7 additions and 2 deletions
  1. 6 1
      CHANGELOG.md
  2. 1 1
      server.go

+ 6 - 1
CHANGELOG.md

@@ -2,7 +2,12 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
-### [1.2.1](https://devt.de///compare/v1.2.0...v1.2.1) (2019-09-21)
+## [1.3.0](https://devt.de///compare/v1.2.0...v1.3.0) (2019-09-22)
+
+
+### Features
+
+* Adding instance specific debug logging ([77d225c](https://devt.de///commit/77d225c))
 
 
 

+ 1 - 1
server.go

@@ -23,7 +23,7 @@ import (
 /*
 ProductVersion is the current version of DudelDu
 */
-const ProductVersion = "1.2.1"
+const ProductVersion = "1.3.0"
 
 /*
 ConnectionHandler is a function to handle new connections