Skip to content

Commit

Permalink
realease jpkcs11wrapper v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Feb 27, 2023
1 parent af9aaa1 commit cad6fb8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

See also <https://github.com/xipki/jpkcs11wrapper/releases>

## 1.0.2
- Release date: 2023/xx/xx
- N/A

## 1.0.1
- Release date: 202/2/27
- Better vendor behaviour.
- CKA_EC_POINT: Applicatio do not to handle the ASN.1 envelope.
- AttributeVector: better toString
- Session.findObjects: ignore NULL attributes.

## 1.0.0
- Release date: xx xx, 2023
- Release date: 2023/02/05
- First release version of jpkcs11wrapper
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use xipki/jpkcs11wrapper in your project
<dependency>
<groupId>org.xipki</groupId>
<artifactId>jpkcs11wrapper</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
```
- Or copy the following jar file to your classpath:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.xipki</groupId>
<artifactId>jpkcs11wrapper</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<properties>
<!--must match the version defined above-->
<bundle.version>1.0.1.SNAPSHOT</bundle.version>
Expand Down

0 comments on commit cad6fb8

Please sign in to comment.