Skip to content

Commit

Permalink
Merge pull request #93 from xmidt-org/release/v0.4.8
Browse files Browse the repository at this point in the history
prep for release
  • Loading branch information
johnabass authored Jun 29, 2022
2 parents 1f52c0d + 3bbdfb5 commit 77da3c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.4.8]
- Migrated to github.com/golang-jwt/jwt to address a security vulnerability. [#78](https://github.com/xmidt-org/themis/pull/78)
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#80](https://github.com/xmidt-org/themis/pull/80)
- Updated transport.go to send a 400 error if there is an issue parsing the URL. [#47](https://github.com/xmidt-org/themis/issues/47)
Expand Down Expand Up @@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Integrated health via InvisionApp/go-health
- Converted to a go module: github.com/xmidt-org/themis

[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.7...HEAD
[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.8...HEAD
[v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.7...v0.4.8
[v0.4.7]: https://github.com/xmidt-org/themis/compare/v0.4.6...v0.4.7
[v0.4.6]: https://github.com/xmidt-org/themis/compare/v0.4.5...v0.4.6
[v0.4.5]: https://github.com/xmidt-org/themis/compare/v0.4.4...v0.4.5
Expand Down

0 comments on commit 77da3c8

Please sign in to comment.