Skip to content

Commit 76e70ba

Browse files
committed
Release Version 1.2.0
Signed-off-by: Simo Sorce <simo@redhat.com>
1 parent 3fb16b0 commit 76e70ba

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This table will specify which versions are supported:
77
| Version | Supported |
88
| ------- | ------------------ |
99
| 1.0 | :x: |
10-
| 1.1 | :white_check_mark: |
10+
| 1.1.0 | :x: |
11+
| 1.2.0 | :white_check_mark: |
1112
| ------- | ------------------ |
1213

1314
## Reporting a Vulnerability

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'pkcs11-provider', 'c',
3-
version: '1.1',
3+
version: '1.2.0',
44
meson_version: '>= 0.57',
55
default_options: ['c_std=c11'],
66
)

packaging/pkcs11-provider.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%bcond gpgcheck 1
33

44
Name: pkcs11-provider
5-
Version: 1.1
5+
Version: 1.2.0
66
Release: %autorelease
77
Summary: A PKCS#11 provider for OpenSSL 3.0+
88
License: Apache-2.0

0 commit comments

Comments
 (0)