Skip to content

Commit 9186ff8

Browse files
committed
Version 0.2.0
1 parent 8225d4f commit 9186ff8

File tree

4 files changed

+33
-27
lines changed

4 files changed

+33
-27
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
99
### Deprecated
1010
### Removed
1111
### Fixed
12-
- Only post release message when a new release is actually "published".
1312
### Security
1413

14+
## [0.2.0] - 2019-06-01
15+
### Changed
16+
- Bumped Manager to 1.4
17+
### Fixed
18+
- Only post release message when a new release is actually "published". (#25)
19+
1520
## [0.1.0] - 2019-04-15
1621
### Added
1722
- First minor version that contains the basic functionality.
@@ -21,3 +26,4 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
2126
- Extended `.env.example` file.
2227

2328
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
29+
[0.2.0]: https://github.com/php-telegram-bot/support-bot/compare/0.1.0...0.2.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Support-Bot
2-
Assistant bot for the Telegram support group
2+
Assistant bot for the [PHP Telegram Bot Support](https://telegram.me/PHP_Telegram_Bot_Support) group.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">= 7.1",
2121
"ext-json": "*",
22-
"php-telegram-bot/telegram-bot-manager": "^1.3",
22+
"php-telegram-bot/telegram-bot-manager": "^1.4",
2323
"noplanman/service-webhook-handler": "^0.2",
2424
"vlucas/phpdotenv": "^3.3",
2525
"php-http/guzzle6-adapter": "^1.1",

composer.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)