File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ v0.10.2]
10
20
11
21
@@ -149,7 +159,8 @@ Bug Fix Caduceus config loading
149
159
- Initial creation
150
160
- Bumped codex version, modified code to match changes
151
161
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
153
164
[ v0.10.2 ] : https://github.com/xmidt-org/svalinn/compare/v0.10.0...v0.10.2
154
165
[ v0.10.0 ] : https://github.com/xmidt-org/svalinn/compare/v0.9.1...v0.10.0
155
166
[ v0.9.1 ] : https://github.com/xmidt-org/svalinn/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change 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
+
You can’t perform that action at this time.
0 commit comments