From 64d09e3c237a15585ef4060dcee66753ddcd09b5 Mon Sep 17 00:00:00 2001 From: testinginprod <98415576+testinginprod@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:03:14 +0200 Subject: [PATCH] chore(collections): release v0.1.0 (#15858) Co-authored-by: testinginprod Co-authored-by: Julien Robert --- collections/CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/collections/CHANGELOG.md b/collections/CHANGELOG.md index 7958edea26..c1180a049f 100644 --- a/collections/CHANGELOG.md +++ b/collections/CHANGELOG.md @@ -31,9 +31,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -* [#14134](https://github.com/cosmos/cosmos-sdk/pull/14134) Initialise core (Prefix, KeyEncoder, ValueEncoder, Map). -* [#14351](https://github.com/cosmos/cosmos-sdk/pull/14351) Add keyset -* [#14364](https://github.com/cosmos/cosmos-sdk/pull/14364) Add sequence -* [#14468](https://github.com/cosmos/cosmos-sdk/pull/14468) Add Map.IterateRaw API. -* [#14310](https://github.com/cosmos/cosmos-sdk/pull/14310) Add Pair keys -* [#14397](https://github.com/cosmos/cosmos-sdk/pull/14397) Add IndexedMap \ No newline at end of file +## [v0.1.0](https://github.com/cosmos/cosmos-sdk/releases/tag/collections%2Fv0.1.0) + +Collections `v0.1.0` is released! Check out the [docs](https://docs.cosmos.network/main/packages/collections) to know how to use the APIs. \ No newline at end of file