Skip to content

Commit

Permalink
Merge pull request #45 from dalibor/changelog
Browse files Browse the repository at this point in the history
Bump version to 0.5.1 and update CHANGELOG
  • Loading branch information
dalibor committed Apr 22, 2024
2 parents 8da565b + 8c6e0a1 commit 4811f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change log

## 0.5.1 2024-04-22

- Add kwargs argument to the ActiveRecordAbstractAdapter

## 0.5.0 2023-10-27

- Add support for Rails 7.1
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -54,7 +54,6 @@ config = {
password: 'pass',
pool: 1,
encoding: 'utf8',
reconnect: false
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/octoshark/version.rb
@@ -1,3 +1,3 @@
module Octoshark
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 4811f25

Please sign in to comment.