Skip to content

Commit

Permalink
Release 0.11.1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jun 10, 2020
1 parent 99cc05d commit b71523f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.11.1 (2020-06-09)

* Fix compatibility issues for Crystal 0.35.0. ([#90](https://github.com/crystal-lang/crystal-mysql/pull/90), thanks @bcardiff)

## v0.11.0 (2020-04-06)

* Update to crystal-db ~> 0.9.0. ([#88](https://github.com/crystal-lang/crystal-mysql/pull/88), thanks @bcardiff)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.11.0
version: 0.11.1

dependencies:
db:
Expand Down
2 changes: 1 addition & 1 deletion src/mysql/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MySql
VERSION = "0.11.0"
VERSION = "0.11.1"
end

0 comments on commit b71523f

Please sign in to comment.