Skip to content

Commit c0d1d9a

Browse files
committed
release v2.6.0 - bump version, update changelog
1 parent cc19cef commit c0d1d9a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# paranoia Changelog
22

3+
## 2.6.0
4+
5+
* [#512](https://github.com/rubysherpas/paranoia/pull/512) Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
6+
* [#476](https://github.com/rubysherpas/paranoia/pull/476) Fix syntax error in documentation.
7+
* [#485](https://github.com/rubysherpas/paranoia/pull/485) Rollback transaction if destroy aborted.
8+
* [#522](https://github.com/rubysherpas/paranoia/pull/522) Add failing tests for association with abort on destroy.
9+
* [#513](https://github.com/rubysherpas/paranoia/pull/513) Fix create callback called on destroy.
10+
311
## 2.5.3
412

513
* [#532](https://github.com/rubysherpas/paranoia/pull/532) Fix: correct bug when sentinel_value is not a timestamp

lib/paranoia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paranoia
2-
VERSION = '2.5.3'.freeze
2+
VERSION = '2.6.0'.freeze
33
end

0 commit comments

Comments
 (0)