Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored and github-actions[bot] committed Nov 23, 2023
1 parent 0b03bdd commit d7cb783
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

Here you can see the full list of changes between each Telegram Git Notifier package release.

## v1.0.0 - 2023-11-23

### ✨ New Features

- Support multiple languages
- Added support for sending notifications in topics (threads in supergroups).
- Enhanced capability to send notifications across multiple topics simultaneously.
- Validate the configuration platform events.
- **Support for Optional Configuration via Vendor Publish Command**
- You can now customize the configuration more easily using the following command:
```bash
php artisan vendor:publish --provider="CSlant\LaravelTelegramGitNotifier\Providers\TelegramGitNotifierServiceProvider" --tag="config_jsons"

```
- This feature allows you to flexibly configure and manage your application according to your preferences.


### 📝 What's Changed

- Update View templates for Github and Gitlab events notifications

## v0.0.2 - 2023-11-04

- Remove redundant helper not set autoload in composer
Expand Down

0 comments on commit d7cb783

Please sign in to comment.