Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2023-04-03)

### Bug Fixes

* **files:** streamed files now will run in binary ([a2e7b1e](a2e7b1e))

### Features

* **env:** allow environment variables with underscore ([ae0df73](ae0df73))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent c19fce6 commit 5085b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-alpha.1
2.8.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"",
"watch": "gulp watch"
},
"version": "2.7.10"
"version": "2.8.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ packages = [
]
readme = "readme.md"
repository = "https://github.com/atlas-bi/atlas-automation-hub"
version = "2.8.0-alpha.1"
version = "2.8.0"

[tool.poetry.dependencies]
Flask = "^2.0.1"
Expand Down

0 comments on commit 5085b89

Please sign in to comment.