diff --git a/docs/changelog/0.12.5.rst b/docs/changelog/0.12.5.rst index f08df5d0..6d23c590 100644 --- a/docs/changelog/0.12.5.rst +++ b/docs/changelog/0.12.5.rst @@ -11,5 +11,5 @@ Improvements Big fixes --------- -- In JDBC sources wrap ``MOD(partitionColumn, numPartitions)`` with ``ABS(...)`` to make al returned values positive. This prevents data sked. +- In JDBC sources wrap ``MOD(partitionColumn, numPartitions)`` with ``ABS(...)`` to make al returned values positive. This prevents data skew. - Fix reading table data from MSSQL using ``{"partitioning_mode": "hash"}`` with ``partitionColumn`` of integer type. diff --git a/onetl/VERSION b/onetl/VERSION index 43c2417c..dabff2f1 100644 --- a/onetl/VERSION +++ b/onetl/VERSION @@ -1 +1 @@ -0.12.5 +0.12.6