From 0126591548f43271aa7072ab1145fe0afb765618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Aug 2023 20:12:45 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1431981..95a4862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 (2023-08-10) + +### Fix + +- **docker**: Fix docker image build error caused by old poetry + ## v1.2.0 (2023-08-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 34eff25..3ea875a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vk-to-tgm" -version = "1.2.0" +version = "1.2.1" description = "An application that forwards wall posts and playlists from VK community to Telegram channel" license = "GPL-3.0-or-later" authors = ["Ilia Boyazitov"]