diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index e0ba368..62a161e 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -5,7 +5,6 @@ on: pull_request: branches: - test - - prod types: - opened - reopened diff --git a/CHANGELOG.md b/CHANGELOG.md index d30ce2e..748a111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - --> +------ +## [1.0.0](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v0.1.1...v1.0.0) + +### Added +- Added non-edc staging deployments, (test -> prod-staging -> prod) +- legacy pytest suite tests working, using FastAPI TestClient +- Adds integration tests for merges to test and prod-staging + ------ ## [0.1.1](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v0.1.0...v0.1.1)