Skip to content

Commit 2f66a0d

Browse files
committed
Version 2.1.0, bump core to 0.81.0
1 parent 1035bc9 commit 2f66a0d

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: ['8.0', '8.1']
19+
php: ['8.0', '8.1', '8.2']
2020

2121
services:
2222
mariadb:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1313
### Fixed
1414
### Security
1515

16+
## [2.1.0] - 2023-05-27
17+
### Notes
18+
- [:ledger: View file changes][2.1.0]
19+
### Changed
20+
- Bumped core to version 0.81.*.
21+
1622
## [2.0.0] - 2022-07-04
1723
### Notes
1824
- [:ledger: View file changes][2.0.0]
@@ -225,6 +231,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
225231
[0.44.0-bc-parameter-structure]: https://github.com/php-telegram-bot/telegram-bot-manager/wiki/Breaking-backwards-compatibility#parameter-structure-changed "Parameter structure changed"
226232

227233
[Unreleased]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
234+
[2.1.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/2.0.0...2.1.0
228235
[2.0.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.7.0...2.0.0
229236
[1.7.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.6.0...1.7.0
230237
[1.6.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.5.0...1.6.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation and usage is pretty straight forward:
2222
### Require this package with [Composer]
2323

2424
```bash
25-
composer require php-telegram-bot/telegram-bot-manager:^2.0.0
25+
composer require php-telegram-bot/telegram-bot-manager:^2.1
2626
```
2727

2828
**NOTE:** This will automatically also install [PHP Telegram Bot][github-tgbot-core] into your project (if it isn't already).
@@ -33,12 +33,12 @@ It is possible however, to override the core version that this library requires:
3333

3434
```yaml
3535
"require": {
36-
"php-telegram-bot/telegram-bot-manager": "^2.0.0",
37-
"longman/telegram-bot": "dev-master as 0.78"
36+
"php-telegram-bot/telegram-bot-manager": "^2.1",
37+
"longman/telegram-bot": "dev-master as 0.81"
3838
}
3939
```
4040

41-
This example will pull the master version of the core library, making it appear to be version 0.78, which then satisfies the requirement.
41+
This example will pull the master version of the core library, making it appear to be version 0.81, which then satisfies the requirement.
4242

4343
### Performing actions
4444

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"longman/telegram-bot": "^0.78",
22+
"longman/telegram-bot": "^0.81",
2323
"longman/ip-tools": "^1.2",
2424
"psr/log": "^1.0|^2.0|^3.0"
2525
},

0 commit comments

Comments
 (0)