浏览代码

chore(release): 1.1.0

Matthias Ladkau 4 年之前
父节点
当前提交
789105d37b
共有 3 个文件被更改,包括 13 次插入1 次删除
  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