Skip to content

Commit

Permalink
Version update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Mar 7, 2017
1 parent facab01 commit ce00390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2017-03-07
### Added
- Transport merge support for run-time calls.

### Changed
- Updated payload argument names for "action" and "callee" to be consistent
between transactions and calls in API `Action` class.

## [1.0.0] - 2017-03-01
- Initial release
2 changes: 1 addition & 1 deletion katana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__license__ = "MIT"
__copyright__ = "Copyright (c) 2016-2017 KUSANAGI S.L. (http://kusanagi.io)"
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit ce00390

Please sign in to comment.