diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c790a..d817264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/copa-ch/copa-frontend/compare/v1.15.0...v1.16.0) (2020-04-15) + + +### Features + +* **team:** add custom input field for add new team form ([#34](https://github.com/copa-ch/copa-frontend/issues/34)) ([53a4b0c](https://github.com/copa-ch/copa-frontend/commit/53a4b0c2b92326fac3b2b4af80383ce67c792cc8)) + # [1.15.0](https://github.com/copa-ch/copa-frontend/compare/v1.14.0...v1.15.0) (2020-04-14) diff --git a/package.json b/package.json index 597ce80..c075c23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copa-app", "title": "COPA", - "version": "1.15.0", + "version": "1.16.0", "license": "Apache-2.0", "authors": [ "Gery Hirschfeld (https://github.com/copa-ch)",