CHANGELOG.md in sql_query-0.7.2 vs CHANGELOG.md in sql_query-0.7.3
- old
+ new
@@ -1,19 +1,24 @@
# SqlQuery change log
-## 0.7.3 / Unreleased
+## 0.7.4 / Unreleased
* [Added]
* [Deprecated]
* [Removed]
* [Fixed]
+## 0.7.3 / 2023-02-04
+
+* [Fixed] when sql parameter had multiple whitespaces than prepared_for_logs was changing them
+ to single space. https://github.com/sufleR/sql_query/pull/17
+
## 0.7.2 / 2022-01-23
-* [Added] rails 6.1 as supported version https://github.com/sufleR/sql_query/pull/10
+* [Added] rails 7.0 as supported version https://github.com/sufleR/sql_query/pull/12
## 0.7.1 / 2021-12-14
* [Added] rails 6.1 as supported version https://github.com/sufleR/sql_query/pull/10