WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log

## Unreleased

## 0.6.3
### Added
- Add support for User API token authentication with Bearer authorization header
- Add support for User API token authentication with Bearer authorization header. ([#23](https://github.com/toyokumo/kintone-client/pull/23))

## 0.6.2
### Changed
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject toyokumo/kintone-client "0.6.2"
(defproject toyokumo/kintone-client "0.6.3"
:description "A kintone client for Clojure and ClojureScript"
:url "https://github.com/toyokumo/kintone-client"
:license {:name "Apache, Version 2.0"
Expand Down
Loading