Browse Source

chore(release): 1.1.0

Matthias Ladkau 4 years ago
parent
commit
789105d37b
3 changed files with 13 additions and 1 deletions
  1. 10 0
      CHANGELOG.md
  2. 2 0
      NOTICE
  3. 1 1
      server.go

+ 10 - 0
CHANGELOG.md

@@ -0,0 +1,10 @@
+# Changelog
+
+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.1.0 (2019-09-08)
+
+
+### Features
+
+* Initial commit ([33620bd](https://devt.de///commit/33620bd))

+ 2 - 0
NOTICE

@@ -0,0 +1,2 @@
+DudelDu - A simple SHOUTcast server
+Copyright (c) 2016 Matthias Ladkau

+ 1 - 1
server.go

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