Release v1.123.0
This commit is contained in:
Родитель
0dcc2e96c1
Коммит
dde8569fa5
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
<a name="1.123.0"></a>
|
||||
# [1.123.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.122.0...v1.123.0) (2018-10-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **db:** Drop foreign key constraints. ([7ee117c](https://github.com/mozilla/fxa-oauth-server/commit/7ee117c))
|
||||
* **db:** Fix case-consistency of SQL query from #612 ([9e55714](https://github.com/mozilla/fxa-oauth-server/commit/9e55714)), closes [#612](https://github.com/mozilla/fxa-oauth-server/issues/612)
|
||||
|
||||
|
||||
|
||||
<a name="1.122.0"></a>
|
||||
# [1.122.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.120.0...v1.122.0) (2018-10-02)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-oauth-server",
|
||||
"version": "1.122.0",
|
||||
"version": "1.123.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-oauth-server",
|
||||
"version": "1.122.0",
|
||||
"version": "1.123.0",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts OAuth2 server.",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче