From 6604e56fb31bb0d20a78fb6636599e96b4a334dd Mon Sep 17 00:00:00 2001
From: Jeevanandam M
Date: Wed, 18 Sep 2024 21:02:43 -0700
Subject: [PATCH 1/2] release: version bump and readme update for v2.15.1
---
README.md | 10 +++-------
resty.go | 2 +-
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 0469afc7..63d4e78f 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,12 @@
Features section describes in detail about Resty capabilities
-
-
-
-
Resty Communication Channels
-
+
## News
- * v2.15.0 [released](https://github.com/go-resty/resty/releases/tag/v2.15.0) and tagged on Sep 14, 2024.
+ * v2.15.1 [released](https://github.com/go-resty/resty/releases/tag/v2.15.1) and tagged on Sep 18, 2024.
* v2.0.0 [released](https://github.com/go-resty/resty/releases/tag/v2.0.0) and tagged on Jul 16, 2019.
* v1.12.0 [released](https://github.com/go-resty/resty/releases/tag/v1.12.0) and tagged on Feb 27, 2019.
* 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).
@@ -109,7 +105,7 @@ Resty author also published following projects for Go Community.
```bash
# Go Modules
-require github.com/go-resty/resty/v2 v2.15.0
+require github.com/go-resty/resty/v2 v2.15.1
```
## Usage
diff --git a/resty.go b/resty.go
index 1e4dadf4..243df6e9 100644
--- a/resty.go
+++ b/resty.go
@@ -14,7 +14,7 @@ import (
)
// Version # of resty
-const Version = "2.15.0"
+const Version = "2.15.1"
// New method creates a new Resty client.
func New() *Client {
From 2fa33583e602d804ce9a900e05019179e03d2801 Mon Sep 17 00:00:00 2001
From: Jeevanandam M
Date: Wed, 18 Sep 2024 21:08:53 -0700
Subject: [PATCH 2/2] release: version bump and readme update for v2.15.1
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 63d4e78f..c02ae0c4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Features section describes in detail about Resty capabilities
-
+
## News