Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Dec 22, 2015
1 parent deb5a2d commit 77e7820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 0.6.2
- Fix handling of default scopes

### 0.6.1
- Fix cascade deletes

Expand Down
2 changes: 1 addition & 1 deletion sequel-paranoid.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'sequel-paranoid'
s.version = '0.6.1'
s.version = '0.6.2'
s.date = '2015-03-23'
s.summary = "A plugin for the Ruby ORM Sequel, that allows soft deletion of database entries."
s.description = "Use this plugin to mark a model instance as deleted without loosing its actual data."
Expand Down

0 comments on commit 77e7820

Please sign in to comment.