Skip to content

Commit

Permalink
Merge pull request #51 from dajiaji/bump-to-v0_9_0
Browse files Browse the repository at this point in the history
Bump up version to v0.9.0.
  • Loading branch information
dajiaji authored May 28, 2022
2 parents f95c47f + e1c7911 commit 2a38049
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## Version 0.9.0

Released 2022-05-28

- [(#50) Add support for DHKEM(X448, HKDF-SHA512).](https://github.com/dajiaji/hpke-js/pull/50)
- [(#49) Optimize suite\_id generation.](https://github.com/dajiaji/hpke-js/pull/49)

## Version 0.8.0

Released 2022-05-24
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Using unpkg CDN:
<script src="https://unpkg.com/hpke-js/dist/hpke.min.js"></script>

<!-- use a specific version -->
<script src="https://unpkg.com/hpke-js@0.8.0/dist/hpke.min.js"></script>
<script src="https://unpkg.com/hpke-js@0.9.0/dist/hpke.min.js"></script>
```

Using jsDelivr CDN:
Expand All @@ -105,7 +105,7 @@ Using jsDelivr CDN:
<script src="https://cdn.jsdelivr.net/npm/hpke-js/dist/hpke.min.js"></script>

<!-- use a specific version -->
<script src="https://cdn.jsdelivr.net/npm/hpke-js@0.8.0/dist/hpke.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hpke-js@0.9.0/dist/hpke.min.js"></script>
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpke-js",
"version": "0.8.0",
"version": "0.9.0",
"description": "A Hybrid Public Key Encryption (HPKE) library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a38049

Please sign in to comment.