Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Oscity committed Jun 18, 2019
1 parent 2c98120 commit c9a6eb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.1.3 (18.06.2019)

Features:

- add ability to override an existing adapter


# v0.1.2 (04.04.2019)

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ brew install graphviz
Add this line to your application's Gemfile:

```ruby
gem 'stateoscope', '~> 0.1.2', group: :development
gem 'stateoscope', '~> 0.1.3', group: :development
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/stateoscope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stateoscope
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit c9a6eb9

Please sign in to comment.