Skip to content

Commit

Permalink
Bump version to 0.1.0 and add changelog
Browse files Browse the repository at this point in the history
Start keeping a changelog, in the style of "keep a changelog".

https://keepachangelog.com
  • Loading branch information
akikoskinen committed Dec 21, 2023
1 parent 17ad460 commit d1763e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.1.0 - 2023-12-22

### Added

- Access tokens in Keycloak style, in addition to the previous Tunnistamo style. A new setting, `ISSUER_TYPE`, can be used to change the contents of access tokens.

### Fixed

- Interpret GDPR API responses according to current specification.
- OpenID configuration (`.well-known/openid-configuration`) includes all data required by the specification. (#5)
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include CHANGELOG.md
include requirements.txt
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit d1763e8

Please sign in to comment.