Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 17, 2024
1 parent 570e514 commit 8e35a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## 0.1.7 - 07/17/24

- fix #closed? on nil error when shutting down puma

## 0.1.6 - 07/15/24

- clear memoized x509 data for Cert#cert_pem=
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/acme/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Puma
module Acme
VERSION = '0.1.6'
VERSION = '0.1.7'
end
end

0 comments on commit 8e35a62

Please sign in to comment.