From 0cbb85ab4d8d99c6598c6e849d92a43977286481 Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 5 Feb 2024 15:11:32 +0100 Subject: [PATCH] Technical/Updated shard version (#19) * Updated shard version * Updated changelog --- CHANGELOG.md | 7 +++++++ shard.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf0bfd..4189bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2024.02.05 + +### Changed + +- Freezed shard development dependencies +- Updated shard documentation + ## [0.2.0] - 2022.01.25 ### Changed diff --git a/shard.yml b/shard.yml index 6005549..b34b944 100644 --- a/shard.yml +++ b/shard.yml @@ -2,7 +2,7 @@ name: truemail-client description: Truemail web API client library for Crystal -version: 0.2.0 +version: 0.2.1 authors: - Vladislav Trotsenko