From bda32cfef3aac031403ea77c91fd6777424c61d4 Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 21 Feb 2023 09:07:41 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 2 -- contracts/CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870526ee43..ae9f5f1e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [v1.1.10] (2023-02-21) -- Problem 142 (rust-side) ([#3024]) - Verloc listener causing mixnode unexpected shutdown ([#3038]) - rust-sdk - update API following implementation experience with the network-requester ([#3001]) - Prevent coconut deposits in incompatible states ([#2991]) @@ -19,7 +18,6 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// - ci: update typescript-lint.yml ([#3035]) - contracts: add nym prefix to mixnet and vesting contract packages ([#2855]) -[#3024]: https://github.com/nymtech/nym/issues/3024 [#3038]: https://github.com/nymtech/nym/issues/3038 [#3001]: https://github.com/nymtech/nym/issues/3001 [#2991]: https://github.com/nymtech/nym/issues/2991 diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 5baa36317a..d622d922fa 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,11 @@ +# Changelog + ## Unreleased +## [v1.1.4] (2023-02-21) + +- Problem 142 (rust-side) ([#3024]) + ## [nym-contracts-v1.1.3](https://github.com/nymtech/nym/tree/nym-contracts-v1.1.3) (2022-01-25) ### Added