Browse Source

chore(release): 1.0.5

Matthias Ladkau 3 years ago
parent
commit
d019364efb
4 changed files with 6 additions and 4 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      config/config.go
  3. 1 1
      go.mod
  4. 2 2
      go.sum

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 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.0.5](https://devt.de///compare/v1.0.4...v1.0.5) (2020-06-28)
+
 ### [1.0.4](https://devt.de///compare/v1.0.3...v1.0.4) (2020-05-24)
 
 

+ 1 - 1
config/config.go

@@ -25,7 +25,7 @@ import (
 /*
 ProductVersion is the current version of EliasDB
 */
-const ProductVersion = "1.0.4"
+const ProductVersion = "1.0.5"
 
 /*
 DefaultConfigFile is the default config file which will be used to configure EliasDB

+ 1 - 1
go.mod

@@ -3,6 +3,6 @@ module devt.de/krotik/eliasdb
 go 1.12
 
 require (
-	devt.de/krotik/common v1.2.0
+	devt.de/krotik/common v1.2.1
 	github.com/gorilla/websocket v1.4.1
 )

+ 2 - 2
go.sum

@@ -1,4 +1,4 @@
-devt.de/krotik/common v1.2.0 h1:7HXBz7RCI8ImICRA/cGrQoeJ+R+TWnH76oOsspxWiw0=
-devt.de/krotik/common v1.2.0/go.mod h1:X4nsS85DAxyHkwSg/Tc6+XC2zfmGeaVz+37F61+eSaI=
+devt.de/krotik/common v1.2.1 h1:rq36P7Qn20VLgPxNmMdpzUL50DEljZRGGGelz3vKMuo=
+devt.de/krotik/common v1.2.1/go.mod h1:X4nsS85DAxyHkwSg/Tc6+XC2zfmGeaVz+37F61+eSaI=
 github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM=
 github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=