Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Oct 30, 2021
1 parent f9a90f4 commit 0801a0c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this bot will be documented in this file.

## v2.0.1 - 2021-10-30

❇️ @newstickeroptimizerbot **Update v2.0.1** ❇️

**Changelog:**<br>
🐞 Fix missing translation in donate conversation<br>
🐞 Fix missing muted notifications filtering<br>
🐞 Fix image scaling

## v2.0 - 2021-10-29

❇️ @newstickeroptimizerbot **Update v2.0** ❇️
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.0.1 - 2021-10-30

### Changed

- Changed cache driver to database
- Updated changelog
- Increased nutgram timeout

### Fixed

- Fix missing translation in donate conversation
- Fix missing muted notifications filtering
- Fix image scaling

## v2.0 - 2021-10-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

'name' => env('APP_NAME', 'Laravel'),
'version' => '2.0',
'version' => '2.0.1',
'source' => env('APP_SOURCE'),
'changelog' => env('APP_CHANGELOG'),

Expand Down

0 comments on commit 0801a0c

Please sign in to comment.