From 92f04a6d217689d0deb82a93a27a8159bafccfb5 Mon Sep 17 00:00:00 2001 From: algobarb Date: Thu, 15 Jun 2023 19:44:42 +0000 Subject: [PATCH] bump up version to v2.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777858fe..069559a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# v2.2.0 + +## Enhancements + +- DevOps: Update CODEOWNERS to only refer to the devops group by @onetechnical in #533 +- lint: Add `golangci-lint` to CI process by @algochoi in #534 +- algod: State delta endpoints by @algochoi in #538 +- enhancement: Verbose Test Harness by @tzaffi in #540 +- types: add consensus protocol and types. by @winder in #543 +- lint: Fix lint errors by @algochoi in #535 +- clients: Regenerate client. by @winder in #553 +- API: Regenerate code with the latest specification file (d559cb2f) by @github-actions[bot] in #556 +- docs: Readme fixes by @algochoi in #559 +- encoder: Update go-codec version. by @winder in #560 + +## Bug Fixes + +- bugfix: adding EvalDelta.SharedAccts by @tzaffi in #531 + +**Full Changelog**: https://github.com/algorand/go-algorand-sdk/compare/v2.1.0...v2.2.0 + # 2.1.0 ## What's Changed