diff --git a/CHANGELOG.md b/CHANGELOG.md index 147460b..920b2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2023-01-04 + ### Added - Added ability to specify public routes that do not require authentication. diff --git a/lib/rack/firebase/version.rb b/lib/rack/firebase/version.rb index d6c664b..09c7983 100644 --- a/lib/rack/firebase/version.rb +++ b/lib/rack/firebase/version.rb @@ -1,5 +1,5 @@ module Rack module Firebase - VERSION = "0.2.0" + VERSION = "0.3.0" end end