Skip to content

Commit 92e07fd

Browse files
author
github-actions
committed
Changelog and new version for 0.3.0
1 parent 50d8141 commit 92e07fd

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.3.0](https://github.com/fcarrascosa/StreamlabsChatbotFaceitIntegration/compare/v0.2.0...v0.3.0) (2021-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **settings:** update dictionary instead of setting attributes on reset_settings method ([153f406](https://github.com/fcarrascosa/StreamlabsChatbotFaceitIntegration/commit/153f4067286edae0e58fdebfe7b67227091b15d2))
7+
8+
9+
### Features
10+
11+
* **core:** check if the user has permission to run a command before executing it ([50d8141](https://github.com/fcarrascosa/StreamlabsChatbotFaceitIntegration/commit/50d8141703ab950aa960e0657433e5d1bf7bcd2b))
12+
* **ui-settings:** add faceitPermissionSettings to common messages section ([083c006](https://github.com/fcarrascosa/StreamlabsChatbotFaceitIntegration/commit/083c00639f07264f1d3021c8d3d5f09f3b2bd95a))
13+
14+
15+
16+
117
# [0.2.0](https://github.com/fcarrascosa/StreamlabsChatbotFaceitIntegration/compare/v0.1.0...v0.2.0) (2021-02-16)
218

319

FaceitIntegration/FaceitIntegration_StreamlabsSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Website = "https://fcarrascosa.es"
2828
Description = "A simple script to integrate with faceit"
2929
Creator = "Fernando Carrascosa"
30-
Version = "0.2.0"
30+
Version = "0.3.0"
3131

3232
# ---------------------------
3333
# Define Global Variables

0 commit comments

Comments
 (0)