Skip to content

Commit

Permalink
Prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinowernli committed Feb 2, 2018
1 parent c980ee0 commit 112da93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Quick links:

## Upcoming release

* New notes go here

## 1.6.0

* Fixed a bug where Polyglot would bail out if the specified output file didn't already exist.
* Added support for protobuf's well-known-types, including proper handling of "Any".

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/dinowernli/grpc/polyglot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class Main {
private static final Logger logger = LoggerFactory.getLogger(Main.class);
private static final String VERSION = "1.6.0+dev";
private static final String VERSION = "1.6.0";

public static void main(String[] args) {
// Fix the logging setup.
Expand Down

0 comments on commit 112da93

Please sign in to comment.