DarthSim %!s(int64=4) %!d(string=hai) anos
pai
achega
e67ca355e7
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [2.15.0] - 2020-09-03
 ### Added
 - Ability to skip processing of some formats. See [Skip processing](https://docs.imgproxy.net/#/configuration?id=skip-processing).
 - (pro) PDF support.

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	"time"
 )
 
-const version = "2.14.1"
+const version = "2.15.0"
 
 type ctxKey string