diff --git a/CHANGELOG.md b/CHANGELOG.md index 997cf9a..83ca9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.0 + +- `/v1/admin` を追加 ([Document](/docs/api.md#admin)) (#17) (thanks @koi-chan) +- `/v1/diceroll` の出力に `detailed_rands` を追加 ([Document](/docs/api.md#detailed_rands)) (#18) +- BCDice Ver2.04.00 にアップデート + + ## 0.8.0 - `/v1/onset` を削除 diff --git a/README.md b/README.md index a159383..59f008b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ $ APP_ENV=production bundle exec rackup -E deployment - [Configuration](https://github.com/puma/puma#configuration) - [設定例](https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#config) +公開サーバーとして運用する場合、 `/v1/admin` の情報を設定するようにしてください。 +- [/v1/admin 設定方法](/docs/api.md#admin) + ## API Method | Description diff --git a/server.rb b/server.rb index a6f0bbe..8758a7a 100644 --- a/server.rb +++ b/server.rb @@ -11,7 +11,7 @@ require 'exception' module BCDiceAPI - VERSION = "0.8.0" + VERSION = "0.9.0" end configure :production do