Skip to content

Commit 560fa04

Browse files
committed
Announcements for releases 🌟
closes #17
1 parent 3b54577 commit 560fa04

File tree

4 files changed

+880
-2
lines changed

4 files changed

+880
-2
lines changed

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
3+
4+
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
5+
6+
## [Unreleased]
7+
### Added
8+
- First minor version that contains the basic functionality.
9+
- Simple logging of incoming webhook requests from GitHub and Travis-CI.
10+
- Post welcome messages to PHP Telegram Bot Support group.
11+
- Post release announcements to PHP Telegram Bot Support group. (#17)
12+
- Extended `.env.example` file.
13+
### Changed
14+
### Deprecated
15+
### Removed
16+
### Fixed
17+
### Security
18+
19+
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop

‎composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"ext-json": "*",
2222
"php-telegram-bot/telegram-bot-manager": "^1.3",
2323
"noplanman/service-webhook-handler": "^0.2",
24-
"vlucas/phpdotenv": "^3.3"
24+
"vlucas/phpdotenv": "^3.3",
25+
"php-http/guzzle6-adapter": "^1.1",
26+
"knplabs/github-api": "^2.11",
27+
"elvanto/litemoji": "^1.4"
2528
},
2629
"autoload": {
2730
"psr-4": {

0 commit comments

Comments
 (0)