From 11b6c5e91209fab79d6511032fd00633a6dd5b61 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Fri, 13 Nov 2020 21:11:44 +0300 Subject: [PATCH] Release v.0.3.4 --- CHANGELOG.md | 5 +++++ package.yaml | 2 +- telegram-bot-simple.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1d398..3d06091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.4 +--- + +- Fix cron job, restrict dependency on cron (see [#38](https://github.com/fizruk/telegram-bot-simple/pull/38), [#39](https://github.com/fizruk/telegram-bot-simple/pull/39)); + 0.3.3 --- diff --git a/package.yaml b/package.yaml index 000ae9e..64cb188 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: telegram-bot-simple -version: 0.3.3 +version: 0.3.4 github: "fizruk/telegram-bot-simple" license: BSD3 author: "Nickolay Kudasov" diff --git a/telegram-bot-simple.cabal b/telegram-bot-simple.cabal index 5ed7bc3..1744ecf 100644 --- a/telegram-bot-simple.cabal +++ b/telegram-bot-simple.cabal @@ -7,7 +7,7 @@ cabal-version: 1.12 -- hash: 6d52edc3fb6015df0405b5a83558655525a8de69bd624202d18729eacbb353a1 name: telegram-bot-simple -version: 0.3.3 +version: 0.3.4 synopsis: Easy to use library for building Telegram bots. description: Please see the README on Github at category: Web -- 2.38.5