Skip to content

Commit

Permalink
add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Koorosh14 committed Jun 5, 2023
1 parent dc64b1b commit d78ae38
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## [Unreleased] -->
<!-- ### Notes -->
<!-- - [:ledger: View file changes][Unreleased] -->
<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Deprecated -->
<!-- ### Removed -->
<!-- ### Fixed -->
<!-- ### Security -->

## [v1.1.0] - 2023-06-05
### Notes
- [:ledger: View file changes][v1.1.0]
### Added
- Proxy (middleman server) support
- This changelog file

[Unreleased]: https://GitHub.com/Koorosh14/boilerplate-telegram-bot-plugin/compare/v1.1.0...main
[v1.1.0]: https://GitHub.com/Koorosh14/boilerplate-telegram-bot-plugin/compare/v1.0.0...v1.1.0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Boilerplate Telegram Bot Plugin

`v1.1.0`
`v1.1.0` ([Changelog](CHANGELOG.md))

Libraries used: [PHP Telegram Bot](https://GitHub.com/php-telegram-bot/core)

A boilerplate plugin for connecting a Telegram bot to your WordPress website.

Expand Down

0 comments on commit d78ae38

Please sign in to comment.