CHANGELOG.md in operatic-0.5.0 vs CHANGELOG.md in operatic-0.6.0
- old
+ new
@@ -1,6 +1,10 @@
# CHANGELOG
+## Version 0.6.0 - 2022-08-22
+
+- Support pattern matching a Result (in Ruby 2.7+). <https://github.com/benpickles/operatic/pull/12>
+
## Version 0.5.0 - 2022-06-23
- Support custom initialize method to aid compatibility with other libraries. <https://github.com/benpickles/operatic/pull/11>
- Rename to `Operatic.result_attr` to be more specific about its functionality. <https://github.com/benpickles/operatic/pull/10>
- Get and set Result data with `#[]` / `#[]=`. <https://github.com/benpickles/operatic/pull/9>