Skip to content

Commit c9225b0

Browse files
committed
Start preparing for 2.1.0
1 parent 0a74f20 commit c9225b0

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

History.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Version 2.1.0
2+
=============
3+
4+
Compatibility notes
5+
-------------------
6+
7+
Supported platforms
8+
-------------------
9+
10+
* OpenSSL 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0
11+
* LibreSSL 2.3, 2.4, 2.5
12+
* Ruby 2.3, 2.4
13+
14+
Notable changes
15+
---------------
16+
17+
Removals
18+
--------
19+
20+
Deprecations
21+
------------
22+
23+
124
Version 2.0.0
225
=============
326

ext/openssl/ossl_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
#if !defined(_OSSL_VERSION_H_)
1111
#define _OSSL_VERSION_H_
1212

13-
#define OSSL_VERSION "2.0.2"
13+
#define OSSL_VERSION "2.1.0"
1414

1515
#endif /* _OSSL_VERSION_H_ */

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "2.0.2"
3+
spec.version = "2.1.0"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)