Browse Source

chore(release): 1.3.1

Matthias Ladkau 4 years ago
parent
commit
0f5c8a8250
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      server.go

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 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.3.1](https://devt.de///compare/v1.3.0...v1.3.1) (2019-12-26)
+
+
+### Bug Fixes
+
+* Remove docker from build ([671bb24](https://devt.de///commit/671bb249b28cd7241c88c6ba9c9ce28f30612925))
+* Upgrading dependencies ([00bf086](https://devt.de///commit/00bf0869274bdebb93bd3219ac1758bec4a02d83))
+
 ## [1.3.0](https://devt.de///compare/v1.2.0...v1.3.0) (2019-09-22)
 
 

+ 1 - 1
server.go

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