File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66Commit convention is based on [ Conventional Commits] ( http://conventionalcommits.org ) .
77Change log format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
88
9+ ## [ 4.0.0] ( https://github.com/hypermodules/gh-release/compare/v3.5.0...v4.0.0 ) - 2020-09-13
10+
11+ - Better error handling (#88 ) - thanks @jgravois
12+ - Fix typos (#95 ) - thanks @jcfranco
13+ - allow passing asset object as gh-release-assets supports #96 - thanks @jcfranco
14+ - Update all dependencies #93 - thanks @bcomnes
15+ - Support Github oAuth device flow and oAuth tokens #94 - thanks @bcomnes
16+
17+ BREAKING CHANGES:
18+
19+ - Remove support for Github basic (password) auth.
20+ - Add support for oAuth [ Device flow tokens] ( https://github.blog/changelog/2020-07-27-oauth-2-0-device-authorization-flow/ ) .
21+ - Existing tokens should still work fine. Basic auth generated Personal Access tokens which will work as long as you don't revoke them.
22+ - Updated dependencies bring with it newer Node.js requirements. Run LTS or Latest.
23+ - The ` --endpoint ` flag only works on Github Enterprise now.
24+ - Github enterprise still uses basic auth, since it does not support the new device flow yet.
25+
926## [ 3.5.0] ( https://github.com/hypermodules/gh-release/compare/v3.4.0...v3.5.0 ) - 2019-02-14
1027
1128### Features
You can’t perform that action at this time.
0 commit comments