Skip to content

Commit

Permalink
Update rails_event_store_active_record to 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mpraglowski committed Nov 23, 2016
1 parent 776b264 commit c41f48c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.14.2 (23.11.2016)

* Change: rails_event_store_active_record updated to 0.6.10
This time it will really allow to avoid ActiveRecord dependency when not using rails_event_store_active_record's
event repository.

### 0.14.1 (21.11.2016)

* Change: Allows to set the event repository used. #61
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_event_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsEventStore
VERSION = '0.14.1'
VERSION = '0.14.2'
end
2 changes: 1 addition & 1 deletion rails_event_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rack-test'

spec.add_dependency 'ruby_event_store', '~> 0.13.0'
spec.add_dependency 'rails_event_store_active_record', '~> 0.6.9'
spec.add_dependency 'rails_event_store_active_record', '~> 0.6.10'
spec.add_dependency 'aggregate_root', '~> 0.4.0'
spec.add_dependency 'activesupport', '>= 3.0'
spec.add_dependency 'activemodel', '>= 3.0'
Expand Down

0 comments on commit c41f48c

Please sign in to comment.