Skip to content

Commit

Permalink
bump: version 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukozturk committed May 15, 2023
1 parent 2618535 commit af62fec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### Fix

- Fix aws-node service account irsa bug

## v0.9.2 (2023-05-03)

### Fix

- Ignore public info viewer
- Fix namespace psa bug

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hardeneks"
version = "0.9.2"
version = "0.9.3"
description = ""
authors = ["Doruk Ozturk <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -41,7 +41,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.9.2"
version = "0.9.3"
version_files = [
"pyproject.toml:[tool.commitizen]\nversion",
"pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",
Expand Down

0 comments on commit af62fec

Please sign in to comment.