From ae66555ca3ae9ec9c9bcabcfdd4e94f024f92c6e Mon Sep 17 00:00:00 2001 From: Ihor Diachenko Date: Thu, 5 Sep 2024 21:32:17 +0300 Subject: [PATCH] 4.2.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1651bb1..2176f14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2024-09-05 ### Changed - Updated the smart contracts reference for ZK passports; - ## [4.1.0] - 2024-07-26 ### Added - Projects using Freedom Tool; @@ -374,7 +374,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Broken logo link in the footer; -[Unreleased]: https://github.com/rarimo/docs/compare/4.1.0...HEAD +[Unreleased]: https://github.com/rarimo/docs/compare/4.2.0...HEAD +[4.2.0]: https://github.com/rarimo/docs/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/rarimo/docs/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/rarimo/docs/compare/3.7.8...4.0.0 [3.7.8]: https://github.com/rarimo/docs/compare/3.7.7...3.7.8 diff --git a/package.json b/package.json index b530dcba..8e8ccfa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rarimo-docs", - "version": "4.1.0", + "version": "4.2.0", "private": true, "scripts": { "docusaurus": "docusaurus",