Skip to content

Commit

Permalink
Preparing v0.13.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Oct 1, 2019
1 parent 309465b commit fa8ea64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# lua-resty-auto-ssl Change Log

## 0.13.1 - Unreleased
## 0.13.1 - 2019-10-01

### Changed
- Eliminate dependency on GNU version of the `date` command line utility to improve compatibility with Alpine Linux, BSDs, and others. Fixes warnings that may have started getting logged in v0.13.0. [#195](https://github.com/GUI/lua-resty-auto-ssl/issues/195)
- Eliminate dependency on GNU version of the `date` command line utility to improve compatibility with Alpine Linux, BSDs, and others. Fixes warnings that may have started getting logged in v0.13.0. ([#196](https://github.com/GUI/lua-resty-auto-ssl/pull/196), [#195](https://github.com/GUI/lua-resty-auto-ssl/issues/195))
- Enable PCRE-JIT compilation of regular expressions used in code.

## 0.13.0 - 2019-09-30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-auto-ssl"
version = "0.13.0-1"
version = "0.13.1-1"
source = {
url = "git://github.com/GUI/lua-resty-auto-ssl.git",
tag = "v0.13.0",
tag = "v0.13.1",
}
description = {
summary = "Automatic SSL handling for OpenResty",
Expand Down

0 comments on commit fa8ea64

Please sign in to comment.