Skip to content

Commit d1d3665

Browse files
author
Concourse CI
committed
[skip ci] release v0.11.0
1 parent ed87483 commit d1d3665

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v0.11.0]
10+
- updated urls and imports
11+
- Removed acquirer code and use the bascule acquirer instead
12+
- Removed webhook registerer code and use the wrp-listener registerer instead
13+
- Use bascule to authenticate the hash with middleware instead of in the primaryHandler
14+
- Updated yaml and documentation
15+
- Added docs folder for more in depth documentation
16+
17+
18+
919
## [v0.10.2]
1020

1121

@@ -149,7 +159,8 @@ Bug Fix Caduceus config loading
149159
- Initial creation
150160
- Bumped codex version, modified code to match changes
151161

152-
[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.10.2...HEAD
162+
[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.11.0...HEAD
163+
[v0.11.0]: https://github.com/xmidt-org/svalinn/compare/v0.10.2...v0.11.0
153164
[v0.10.2]: https://github.com/xmidt-org/svalinn/compare/v0.10.0...v0.10.2
154165
[v0.10.0]: https://github.com/xmidt-org/svalinn/compare/v0.9.1...v0.10.0
155166
[v0.9.1]: https://github.com/xmidt-org/svalinn/compare/v0.9.0...v0.9.1

release_notes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
- updated urls and imports
2-
- Removed acquirer code and use the bascule acquirer instead
3-
- Removed webhook registerer code and use the wrp-listener registerer instead
4-
- Use bascule to authenticate the hash with middleware instead of in the primaryHandler
5-
- Updated yaml and documentation
6-
- Added docs folder for more in depth documentation
1+

0 commit comments

Comments
 (0)