Skip to content

Commit 7f439ab

Browse files
committed
Bump version and update changelog with readme
1 parent f7acd0a commit 7f439ab

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ You can use a [Nix flake](https://wiki.nixos.org/wiki/Flakes) from this repo to
5151
| 0.12 | 6.7.1 |
5252
| 0.13 | 7.0 |
5353
| 0.14 | 7.3 |
54-
| 0.14.1 | 7.3.1 |
54+
| 0.14.2 | 7.3.1 |
5555

5656
_Nick_

telegram-bot-simple/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.14.2 -- 2024-08-26
2+
---
3+
4+
- Fix `ExceptionInLinkedThread` (see [#189](https://github.com/fizruk/telegram-bot-simple/pull/189)).
5+
16
0.14.1 -- 2024-05-26
27
---
38

telegram-bot-simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Feel free to ping me on GitHub, file an issue or submit a PR :)
3232
| 0.12 | 6.7 |
3333
| 0.13 | 7.0 |
3434
| 0.14 | 7.3 |
35-
| 0.14.1 | 7.3.1 |
35+
| 0.14.2 | 7.3.1 |
3636

3737
_Nick_

telegram-bot-simple/telegram-bot-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22

33
name: telegram-bot-simple
4-
version: 0.14.1
4+
version: 0.14.2
55
synopsis: Easy to use library for building Telegram bots.
66
description: Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>
77
category: Web

0 commit comments

Comments
 (0)