Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Aug 7, 2019
1 parent 4ee0d70 commit 76223ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ History

Versioning is strictly based on [Semantic Versioning](https://semver.org/)

### 4.1.0 (unreleased)
### 4.1.0 (7-Aug-2019)

- Fix: unhealthy balancers would not recover because they would not refresh the
DNS records used. See [PR 73](https://github.com/Kong/lua-resty-dns-client/pull/73).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-dns-client"
version = "4.0.0-1"
version = "4.1.0-1"
source = {
url = "https://github.com/Kong/lua-resty-dns-client/archive/4.0.0.tar.gz",
dir = "lua-resty-dns-client-4.0.0"
url = "https://github.com/Kong/lua-resty-dns-client/archive/4.1.0.tar.gz",
dir = "lua-resty-dns-client-4.1.0"
}
description = {
summary = "DNS library",
Expand Down

0 comments on commit 76223ab

Please sign in to comment.