From 18ab198d447be2e7c60d75d076c0a21190f684eb Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Mon, 12 Aug 2019 12:11:08 +0300 Subject: [PATCH] version 11.2.5 Former-commit-id: 1fc28c569cd8d45a0575afa342ae85b457ec6366 --- HISTORY.md | 7 +++++++ VERSION | 2 +- doc.go | 2 +- iris.go | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ae441f1b..5d2f4c26 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/VERSION b/VERSION index 817ba1b0..55ce3671 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.2.4:https://github.com/kataras/iris/releases/tag/v11.2.4 \ No newline at end of file +11.2.5:https://github.com/kataras/iris/releases/tag/v11.2.5 \ No newline at end of file diff --git a/doc.go b/doc.go index b8077c0e..6d379978 100644 --- a/doc.go +++ b/doc.go @@ -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 diff --git a/iris.go b/iris.go index 507ef2f8..0c2978c7 100644 --- a/iris.go +++ b/iris.go @@ -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.