diff --git a/CHANGELOG.md b/CHANGELOG.md index ff48b47..034ec22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.2.0] — UNRELEASED +## [0.2.0] — 2024-10-19 ### Added diff --git a/README.md b/README.md index 6efbc3e..4d7051d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ scope_class = Scope.for(object.class) or `Magic::Lookup::Error` is never raised internally and is meant to be used in your code that implements the lookup logic. -## Features +## 🔮 Magic ### Inheritance diff --git a/lib/magic/lookup/version.rb b/lib/magic/lookup/version.rb index 0a19c02..17ecfc4 100644 --- a/lib/magic/lookup/version.rb +++ b/lib/magic/lookup/version.rb @@ -2,6 +2,6 @@ module Magic module Lookup - VERSION = '0.2.0.alpha' + VERSION = '0.2.0' end end