Skip to content

Commit

Permalink
bump: version 3.1.0 → 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 3, 2025
1 parent 4d7f836 commit 45e4261
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
@@ -1,5 +1,20 @@
# Changelog

## 3.1.1 (2025-03-03)

### Fix

- hardcode VITE_MAPPER_URL until env var loading fixed

## 3.1.0 (2025-02-11)

## 3.0.0 (2025-02-11)

### Feat

- add terragrunt plan and apply reusable workflow
- action to authenticate to AWS via OIDC/ACCESS_KEYS

## 2.0.9 (2024-11-18)

## 2.0.8 (2024-11-13)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docs = [
]
[tool.commitizen]
name = "cz_conventional_commits"
version = "3.1.0"
version = "3.1.1"
version_files = [
"pyproject.toml:version",
]
Expand Down

0 comments on commit 45e4261

Please sign in to comment.