Skip to content

Commit fbaba24

Browse files
committed
Bump version to 1.5.0
1 parent b9c3a06 commit fbaba24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ But also **revoked certs** like most browsers (not handled by `curl`)
167167

168168
See also github releases: https://github.com/jarthod/ssl-test/releases
169169

170+
* 1.5.0 - 2025-11-28: Add support for local certificates testing and HTTP proxies (#8), changed `#test` method into `#test_url` and `#test_cert` (`#test` remains as an alias for `#test_url` for backward-compatibility)
170171
* 1.4.1 - 2022-10-24: Add support for "tcps://" scheme
171172
* 1.4.0 - 2021-01-16: Implemented CRL as fallback to OCSP + expose cache metrics + add logger support
172173
* 1.3.1 - 2020-04-25: Improved caching of failed OCSP responses (#5)

lib/ssl-test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module SSLTest
1010
extend OCSP
1111
extend CRL
1212

13-
VERSION = -"1.4.1"
13+
VERSION = -"1.5.0"
1414

1515
class << self
1616
def test_url url, open_timeout: 5, read_timeout: 5, proxy_host: nil, proxy_port: nil, redirection_limit: 5

0 commit comments

Comments
 (0)