Browse Source

chore(release): 1.3.0

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

+ 7 - 0
CHANGELOG.md

@@ -2,6 +2,13 @@
 
 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.0](https://devt.de///compare/v1.2.0...v1.3.0) (2022-03-19)
+
+
+### Features
+
+* GraphQL related improvements ([d7771c2](https://devt.de///commit/d7771c24e2f376617ccb5113dc31571d3776eab2))
+
 ## [1.2.0](https://devt.de///compare/v1.1.2...v1.2.0) (2021-05-04)
 
 

+ 1 - 1
config/config.go

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

+ 2 - 2
go.mod

@@ -3,7 +3,7 @@ module devt.de/krotik/eliasdb
 go 1.12
 
 require (
-	devt.de/krotik/common v1.4.1
-	devt.de/krotik/ecal v1.6.1
+	devt.de/krotik/common v1.4.6
+	devt.de/krotik/ecal v1.6.2
 	github.com/gorilla/websocket v1.4.1
 )

+ 4 - 4
go.sum

@@ -1,7 +1,7 @@
 devt.de/krotik/common v1.4.0/go.mod h1:X4nsS85DAxyHkwSg/Tc6+XC2zfmGeaVz+37F61+eSaI=
-devt.de/krotik/common v1.4.1 h1:gsZ9OrV+Eo4ar8Y5iLs1lAdWd8aRIcPQJ0CVxLp0uys=
-devt.de/krotik/common v1.4.1/go.mod h1:X4nsS85DAxyHkwSg/Tc6+XC2zfmGeaVz+37F61+eSaI=
-devt.de/krotik/ecal v1.6.1 h1:3E4v4KyptVmLw4qejEe5XPNUaJhI9Ba7rcXWX/xKyrY=
-devt.de/krotik/ecal v1.6.1/go.mod h1:0qIx3h+EjUnStgdEUnwAeO44UluTSLcpBWXA5zEw0hQ=
+devt.de/krotik/common v1.4.6 h1:lRdaOKY57Cd90soMpZF/hAMevRHDcyHY/478FN7IFhs=
+devt.de/krotik/common v1.4.6/go.mod h1:X4nsS85DAxyHkwSg/Tc6+XC2zfmGeaVz+37F61+eSaI=
+devt.de/krotik/ecal v1.6.2 h1:ObIPXVQVYsxuXOZcENoZQMnwgGsN42YkfaCd7aFRdZk=
+devt.de/krotik/ecal v1.6.2/go.mod h1:0qIx3h+EjUnStgdEUnwAeO44UluTSLcpBWXA5zEw0hQ=
 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=