version 11.2.5

Former-commit-id: 1fc28c569cd8d45a0575afa342ae85b457ec6366
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-08-12 12:11:08 +03:00
parent 8e83959c61
commit 18ab198d44
4 changed files with 10 additions and 3 deletions

View File

@ -21,6 +21,13 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris@master`.
# Mo, 12 August 2019 | v11.2.5
- [New Feature: Problem Details for HTTP APIs based](https://github.com/kataras/iris/pull/1336)
- [Add Context.AbsoluteURI](https://github.com/kataras/iris/pull/1336/files#diff-15cce7299aae8810bcab9b0bf9a2fdb1R2368)
Commit log: https://github.com/kataras/iris/compare/v11.2.4...v11.2.5
# Fr, 09 August 2019 | v11.2.4
- Fixes [iris.Jet: no view engine found for '.jet' or '.html'](https://github.com/kataras/iris/issues/1327)

View File

@ -1 +1 @@
11.2.4:https://github.com/kataras/iris/releases/tag/v11.2.4
11.2.5:https://github.com/kataras/iris/releases/tag/v11.2.5

2
doc.go
View File

@ -38,7 +38,7 @@ Source code and other details for the project are available at GitHub:
Current Version
11.2.4
11.2.5
Installation

View File

@ -37,7 +37,7 @@ import (
var (
// Version is the current version number of the Iris Web Framework.
Version = "11.2.4"
Version = "11.2.5"
)
// HTTP status codes as registered with IANA.