From 3f4a9c64ff0593dedfb8a15218385e32930b29dc Mon Sep 17 00:00:00 2001 From: Jake Urban <10968980+JakeUrban@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:49:57 -0800 Subject: [PATCH] updated changelog for v0.2.0 (#74) --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b09bccb..6a28e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ This changelog documents all releases and included changes to the @stellar/ancho A breaking change will get clearly marked in this log. -## Unreleased +## [v0.2.0](https://github.com/stellar/stellar-anchor-tests/compare/v0.1.7...v0.2.0) + +### Add + +- Added tests for SEP-38 endpoints ([#73](https://github.com/stellar/stellar-anchor-tests/pull/73)) + +### Update + - Update the expected response schema for `GET /customer` requests -## [v0.1.7](https://github.com/stellar/stellar-anchor-tests/compare/v0.1.6...master) +## [v0.1.7](https://github.com/stellar/stellar-anchor-tests/compare/v0.1.6...v0.1.7) ### Add + - Use `type` parameter in SEP-12 `GET /customer` requests ## [v0.1.6](https://github.com/stellar/stellar-anchor-tests/compare/v0.1.5...v0.1.6)