Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
snow0x2d0 committed Sep 28, 2021
1 parent 8f55f8d commit 79f38c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0 - 2021-09-28

### Added

- Added key generation CLI command

### Changed

- Prior key generation methods output keys in the OpenSSH format. The decision was made to only support the PEM
encoding format for skill keys going forward. As such the CLI now outputs RSA keys in a PEM format.
- Examples and tests have been updated to reflect that key format change.
- The SkillApplication class has been removed from the top level package and must now be imported from the app module.
- The __main__ file has been removed for now and the cli is now contained in the cli module.


## 0.5.0 - 2021-09-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "webex-assistant-sdk"
version = "0.5.0"
version = "1.0.0"
homepage = "https://github.com/cisco/webex-assistant-sdk"
description = "An SDK for developing applications for Webex Assistant."
readme = "README.md"
Expand Down

0 comments on commit 79f38c6

Please sign in to comment.