From ddfb860d7eec029d71cf3a225e9fab03213fc41d Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Sun, 14 Apr 2024 09:07:47 -0700 Subject: [PATCH] Problem: missing version PR link in omni_sql changelog This makes it harder to track where 0.2.1 arrived. Solution: add the link to the changelog --- extensions/omni_sql/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/omni_sql/CHANGELOG.md b/extensions/omni_sql/CHANGELOG.md index 0ed78da9e..0aade6530 100644 --- a/extensions/omni_sql/CHANGELOG.md +++ b/extensions/omni_sql/CHANGELOG.md @@ -30,3 +30,5 @@ Initial release following a few months of iterative development. [0.2.0]: [https://github.com/omnigres/omnigres/pull/553] +[0.2.1]: [https://github.com/omnigres/omnigres/pull/561] +