Skip to content

Commit c460403

Browse files
committed
Release v0.16.1
1 parent 6164c21 commit c460403

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
## HEAD
33

4+
## 0.16.1
5+
6+
* Fix default table name being incorrect in migration generator [#274](https://github.com/Sorcery/sorcery/pull/274)
7+
* Update `oauth` dependency per CVE-2016-11086
8+
49
## 0.16.0
510

611
* Add BattleNet Provider [#260](https://github.com/Sorcery/sorcery/pull/260)

lib/sorcery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sorcery
2-
VERSION = '0.16.0'.freeze
2+
VERSION = '0.16.1'.freeze
33
end

0 commit comments

Comments
 (0)