Skip to content

Commit

Permalink
Merge pull request #41 from PelionIoT/fix-release-date
Browse files Browse the repository at this point in the history
Fix release date on changelog.md
  • Loading branch information
JanneKiiskila authored Dec 11, 2023
2 parents eba8589 + 32fa980 commit 5e03fad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MCCE-Test-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if [ -d TESTS/pelion-e2e-python-test-library ]; then
cd TESTS/pelion-e2e-python-test-library
git fetch
git checkout client-naming
git checkout eba8589ed0778695b8264c6a99e1b1ace3cce5b5
cd ../..
mv TESTS/pelion-e2e-python-test-library TESTS/client-e2e-python-test-library
fi
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Client E2E Python Test Library Changelog

## 0.4.0 2023-12-12
## 0.4.0 2023-12-11
- Rename the library to client-e2e-python-test-library.
- Rename `PELION_CLOUD_API_KEY` to `CLOUD_API_KEY`.
- Rename `PELION_CLOUD_API_GW` also to `CLOUD_API_GW`.
- Rename `PELION_CLOUD_API_GW` to `CLOUD_API_GW`.
- Update `requests` to latest (2.31.0).

## 0.3.0 2023-01-16
Expand Down

0 comments on commit 5e03fad

Please sign in to comment.