Skip to content

Commit

Permalink
Update version (to 1.0.2) and CHANGELOG. (#43)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for v1.0.1

* Update version to 1.0.2

* Remove gRPC fix from CHANGELOG.
  • Loading branch information
qiwzhang authored Dec 6, 2016
1 parent 7955a30 commit 6c97e23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 1.0.1 06-12-2016

- Use GOOGLE_APPLICATION_CREDENTIALS in start-up script
- service_control_client not to send large Report (<1MB)
- Add max_report_size to statistics
- Package start-up script with Python PEX
- ESP CLI use same version for ESP docker image
- A workaround for Proto2.MessageOptions.* options
- Not call Check if api_key not provided
- Respect allow_cors configuration
- Log a warning if service control replies with a different service config

# Release 1.0.0 11-11-2016

- Fix for rename version => config_id
Expand Down
2 changes: 1 addition & 1 deletion include/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 6c97e23

Please sign in to comment.