diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d63ee3..8a49bcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Ongoing +## 8.0.3 - 2025-08-19 + +- Fixed the handling of column comments that end in a single quote ([#382](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/382)) + ## 8.0.2 - 2025-07-14 - Fixed the `db:migrate` command by removing usage of `execute_and_clear` function ([#377](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/377)) diff --git a/lib/version.rb b/lib/version.rb index 3c609423..a04e91c1 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module ActiveRecord - COCKROACH_DB_ADAPTER_VERSION = "8.0.2" + COCKROACH_DB_ADAPTER_VERSION = "8.0.3" end