diff --git a/README.md b/README.md
index 6583fac8..8305734d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Features section describes in detail about Resty capabilities
-
![License](https://img.shields.io/github/license/go-resty/resty.svg)
+
![License](https://img.shields.io/github/license/go-resty/resty.svg)
Resty Communication Channels
@@ -13,10 +13,10 @@
## News
- * [Collecting Inputs for Resty v2.0.0](https://github.com/go-resty/resty/issues/166)
+ * Resty `v2` development is in-progress :smile:
+ * v1.12.0 [released](https://github.com/go-resty/resty/releases/tag/v1.12.0) and tagged on Feb 27, 2019.
* v1.11.0 [released](https://github.com/go-resty/resty/releases/tag/v1.11.0) and tagged on Jan 06, 2019.
* v1.10.3 [released](https://github.com/go-resty/resty/releases/tag/v1.10.3) and tagged on Dec 04, 2018.
- * v1.10.0 [released](https://github.com/go-resty/resty/releases/tag/v1.10.0) and tagged on Oct 22, 2018.
* v1.0 released and tagged on Sep 25, 2017. - Resty's first version was released on Sep 15, 2015 then it grew gradually as a very handy and helpful library. Its been a two years since first release. I'm very thankful to Resty users and its [contributors](https://github.com/go-resty/resty/graphs/contributors).
## Features
@@ -93,7 +93,7 @@ Please refer section [Versioning](#versioning) for detailed info.
##### go.mod
```bash
-require gopkg.in/resty.v1 v1.11.0
+require gopkg.in/resty.v1 v1.12.0
```
##### go get
diff --git a/resty.go b/resty.go
index 959c6fa3..9a32463d 100644
--- a/resty.go
+++ b/resty.go
@@ -6,4 +6,4 @@
package resty
// Version # of resty
-const Version = "1.11.0"
+const Version = "1.12.0"