Skip to content

Commit

Permalink
1.1.0 release (#32)
Browse files Browse the repository at this point in the history
* [fix] make auth mode non breaking

* [doc] added changelog
  • Loading branch information
kquerna authored Feb 14, 2020
1 parent d7db278 commit 150b990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

##1.1.0
[#27] Kick off the rust
2 changes: 1 addition & 1 deletion src/jira-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let sessionCookie;

async function getRequestOptions() {
const context = getCurrentContext();
const { authmode = 'basic' } = context;
const { authmode = 'cookie' } = context;
const opts = {
json: true,
followAllRedirects: true,
Expand Down

0 comments on commit 150b990

Please sign in to comment.