From e8d37d5bfc2094f301a154f509530132ec0c0e70 Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Fri, 6 Oct 2023 14:02:52 -0500 Subject: [PATCH] add upgrade guide --- docs/upgrading_to_v2.0.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/upgrading_to_v2.0.md diff --git a/docs/upgrading_to_v2.0.md b/docs/upgrading_to_v2.0.md new file mode 100644 index 0000000..1133233 --- /dev/null +++ b/docs/upgrading_to_v2.0.md @@ -0,0 +1,5 @@ +# Upgrading to v2.0.0 + +The v2.0 release contains backwards-incompatible changes. + +This update requires upgrading the minimum provider version to `4.79`.