Skip to content

Commit

Permalink
Bump version 2.1.0 (#85)
Browse files Browse the repository at this point in the history
* update changelog

* update changelog

* update version
  • Loading branch information
ayinloya authored Jul 21, 2023
1 parent 1dd054f commit 1148c5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ 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).

## [Unreleased]
### Removed
- Drop support for 3.6

## [2.0.1] - 2023-02-22

## [2.1.0] - 2023-07-21
### Changed
- Configure optional dependency groups for development dependencies. Requires fewer dependencies to be installed when installing the package.
- Improved the documentation

### Added - 2023-02-28
### Added
- Added smile-Id constants
- Added custom types
- Added Business verification
Expand All @@ -23,6 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Resolved image-upload bug in handling image types

### Removed
- Drop support for 3.6


## [2.0.1] - 2023-02-22
### Changed
- Configure optional dependency groups for development dependencies. Requires fewer dependencies to be installed when installing the package.

## [2.0.0] - 2022-11-25
### Added
- Add coverage reports.
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 = "smile-id-core"
version = "2.0.1"
version = "2.1.0"
description = "The official Smile Identity package exposes four classes namely; the WebApi class, the IDApi class, the Signature class and the Utilities class."
license = "MIT"
authors = ["Smile Identity <support@smileidentity.com>"]
Expand Down

0 comments on commit 1148c5b

Please sign in to comment.