Skip to content

Commit

Permalink
chore(release): ⬆️ cut 0.2.0 version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizust authored Mar 29, 2023
1 parent 031dc1b commit c188c99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CHANGELOG

## 0.2.0

Released on March 29, 2023

- Bug fix for TypeError due to use of CaseInsensitiveDict, which was causing runtime errors for applications using python 3.7/3.8 (#16)

## 0.1.0

Released on February 15, 2023

- Initial release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "linkedin-api-client"
version = "0.1.0"
version = "0.2.0"
packages = [
{ include = "linkedin_api" }
]
Expand Down

0 comments on commit c188c99

Please sign in to comment.