This commit is contained in:
Ryan Kelly 2017-11-29 12:12:33 +11:00
Родитель dd100f359c
Коммит 77cb031676
3 изменённых файлов: 25 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,26 @@
<a name="1.101.0"></a>
# 1.101.0 (2017-11-29)
### Bug Fixes
* **sms:** Load `allowedPhoneNumbers` from memcached! ([6cc0ceb](https://github.com/mozilla/fxa-customs-server/commit/6cc0ceb))
### chore
* **sms:** Store allowed phone numbers in a Set ([17a9459](https://github.com/mozilla/fxa-customs-server/commit/17a9459))
### Features
* **sms:** Add an allow list of non-rate limited phone numbers for testing. ([7822603](https://github.com/mozilla/fxa-customs-server/commit/7822603)), closes [#217](https://github.com/mozilla/fxa-customs-server/issues/217)
* **sms:** Added tests for `change allowedPhoneNumbers` config ([35c37d5](https://github.com/mozilla/fxa-customs-server/commit/35c37d5))
### Refactor
* **isAllowed:** Add `isAllowed` to allowedIPs. ([7951772](https://github.com/mozilla/fxa-customs-server/commit/7951772))
<a name="1.100.0"></a>
# 1.100.0 (2017-11-15)

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.100.0",
"version": "1.101.0",
"dependencies": {
"bl": {
"version": "1.1.2",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.100.0",
"version": "1.101.0",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",