From 71ebf79a5cde4058e1e8620bc8ed6aa8a0ba0171 Mon Sep 17 00:00:00 2001
From: William Chen <chenwilliamy77@gmail.com>
Date: Tue, 5 Jan 2021 09:05:05 -0500
Subject: [PATCH] Raise version number to v0.2.2

---
 NEWS.md      | 4 ++++
 Project.toml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index fab8e6d..c2096d6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,7 @@
+# ModelConstructors.jl v0.2.2
+- Try to convert types to match rather than throwing a `MethodError` immediately
+  when calling `parameter`.
+
 # ModelConstructors.jl v0.2.1
 - Raise compat bounds for some packages
 
diff --git a/Project.toml b/Project.toml
index dbbd327..c38e692 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
 name = "ModelConstructors"
 uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d"
 authors = ["William Chen <william.chen@ny.frb.org>", "Shlok Goyal <shlok.goyal@ny.frb.org>", "Alissa Johnson <alissa.johnson@ny.rb.org"]
-version = "0.2.1"
+version = "0.2.2"
 
 [deps]
 DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"