Skip to content

Commit 548da64

Browse files
committed
chore: prepare v1.1.0 release
1 parent 7b887e6 commit 548da64

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2026-02-27
9+
10+
### Added
11+
12+
- `decoder()` functions for JWK and JWK Set types for use with `gleam_json` dynamic decoding
13+
814
## [1.0.0] - 2026-02-27
915

1016
### Added
@@ -48,4 +54,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4854
- Key-based and password-based (PBES2) JWT encryption
4955
- Encrypted JWK storage with key-based and password-based protection
5056

57+
[1.1.0]: https://github.com/jtdowney/gose/releases/tag/v1.1.0
5158
[1.0.0]: https://github.com/jtdowney/gose/releases/tag/v1.0.0

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gose"
2-
version = "1.0.0"
2+
version = "1.1.0"
33
description = "Gleam implementation of JOSE (JSON Object Signing and Encryption) standards (JWS, JWE, JWK, and JWT)"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "jtdowney", repo = "gose" }

0 commit comments

Comments
 (0)