Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Dec 19, 2018
1 parent 39f3ddf commit 489557f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 5.0.0 - 2018-12-19
- Replace go-micro with gRPC
- Cleanup go mod


Version 4.0.2 - 2018-10-17
- Fix movie title shade

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
5.0.0
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "4.0.2",
"version": "5.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
9 changes: 9 additions & 0 deletions metadata/changes/5.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
2018-12-19 - 5.0.0

This release replaces go-micro with gRPC.

This brings the additional benefit of dropping the consul dependency.

Changes:
- Replace go-micro with gRPC
- Cleanup go mod

0 comments on commit 489557f

Please sign in to comment.