## 0.1.3
IMPROVEMENTS:
* Improve FS checks. [PR-30](https://github.com/kaplanelad/shellfirm/pull/30)
* Skip github actions on push (without PR) or on *.md file/docs folder. [PR-33](https://github.com/kaplanelad/shellfirm/pull/33)
* Adding strict file sytem command. [PR-36](https://github.com/kaplanelad/shellfirm/pull/36)
* FS checks - adding to `rm`/`chmod` pattern the chars `.` and `./` as risky command. [PR-38](https://github.com/kaplanelad/shellfirm/pull/38)
* Adding a better error message when config file is invalid. [PR-42](https://github.com/kaplanelad/shellfirm/pull/42)
* Adding kubernetes strict risky patters. [PR-41](https://github.com/kaplanelad/shellfirm/pull/41)
* Allow to override deafult per pattern. [PR-43](https://github.com/kaplanelad/shellfirm/pull/43)
FEATURES:
* Promt message while using `config reset` + ading the option to backup file. [PR-31](https://github.com/kaplanelad/shellfirm/pull/31)
BREAKING CHANGES:
* Change `is` field in yaml file to `test`. [PR-32](https://github.com/kaplanelad/shellfirm/pull/32)
## 0.1.2 - (Jan 4, 2022)
IMPROVEMENTS:
* Mark history | sh/bash as risky command. [PR-27](https://github.com/kaplanelad/shellfirm/pull/27)
* Add 2 check for `fs` group. detect `chmod 777 /` and `find -delete`. [PR-28](https://github.com/kaplanelad/shellfirm/pull/28)
## 0.1.1 (Jan 3, 2022)
IMPROVEMENTS:
* Add application logger. [PR-24](https://github.com/kaplanelad/shellfirm/pull/24)
## 0.1.0 (Jan 2, 2022)
Initial release