diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1acedf..1edb153 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.
+## [0.9.1] - 2022-04-25
+### Changed
+- Default violation level was changed from `error` to `warning`.
+ Author: [Cihat Gündüz](https://github.com/Jeehut) | Issue: [#47](https://github.com/FlineDev/AnyLint/issues/47)
+
## [0.9.0] - 2022-04-24
### Added
- Added new option `violationLocation` parameter for `checkFileContents` for specifying position of violation marker using `.init(range:bound:)`, where `range` can be one of `.fullMatch` or `.captureGroup(index:)` and bound one of `.lower` or `.upper`.
diff --git a/Formula/anylint.rb b/Formula/anylint.rb
index c0805b0..9171057 100644
--- a/Formula/anylint.rb
+++ b/Formula/anylint.rb
@@ -1,7 +1,7 @@
class Anylint < Formula
desc "Lint anything by combining the power of Swift & regular expressions"
homepage "https://github.com/FlineDev/AnyLint"
- url "https://github.com/FlineDev/AnyLint.git", :tag => "0.8.5", :revision => "1078228fb2251d9efa369768530638790587d4eb"
+ url "https://github.com/FlineDev/AnyLint.git", :tag => "0.9.0", :revision => "77e24fdedb70413dd8f750799dedc4b309b7c8eb"
head "https://github.com/FlineDev/AnyLint.git"
depends_on :xcode => ["12.5", :build]
diff --git a/README.md b/README.md
index 738a4aa..c399ced 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
alt="Coverage"/>
-
+