Skip to content

Commit 8227d90

Browse files
committed
Bump to v0.11.1.
1 parent f33b7c6 commit 8227d90

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# lua-resty-auto-ssl Change Log
22

3+
## 0.11.1 - 2017-11-17
4+
5+
### Fixed
6+
- Update dehydrated to v0.4.0 to account for new [Let's Encrypt Subscriber Agreement](https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf) as of November 15, 2017. This would lead to certificate registration errors for new users (but should not have affected existing lua-resty-auto-ssl users). ([#13](https://github.com/GUI/lua-resty-auto-ssl/issues/13), [#104](https://github.com/GUI/lua-resty-auto-ssl/issues/104))
7+
38
## 0.11.0 - 2017-06-18
49

510
### Upgrade Notes

lua-resty-auto-ssl-0.11.0-1.rockspec renamed to lua-resty-auto-ssl-0.11.1-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-auto-ssl"
2-
version = "0.11.0-1"
2+
version = "0.11.1-1"
33
source = {
44
url = "git://github.com/GUI/lua-resty-auto-ssl.git",
5-
tag = "v0.11.0",
5+
tag = "v0.11.1",
66
}
77
description = {
88
summary = "Automatic SSL handling for OpenResty",

0 commit comments

Comments
 (0)