From 22545d6182b2b88e15294d3ebf6951a3e6b8b54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Guzm=C3=A1n=20Sierra?= <97761783+FelipeGuzmanSierra@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:38:52 -0500 Subject: [PATCH] Prepare release v1.4.1 (#94) --- CHANGELOG.md | 3 +++ lib/bas/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412fe35..dc8623f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 1.4.1 (12.08.2024) +- [Add github issues assignees to work items](https://github.com/kommitters/bas/issues/92) + # 1.4.0 (26.07.2024) - [Add bots to synchronize issues with notion work items](https://github.com/kommitters/bas/issues/87) - [Update fetch pto from notion bot](https://github.com/kommitters/bas/issues/75) diff --git a/lib/bas/version.rb b/lib/bas/version.rb index 8cd4c0e..38ada34 100644 --- a/lib/bas/version.rb +++ b/lib/bas/version.rb @@ -2,5 +2,5 @@ module Bas # Gem version - VERSION = "1.4.0" + VERSION = "1.4.1" end