Skip to content

Commit

Permalink
Release version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-sb committed Aug 21, 2024
1 parent 3926d49 commit cfa8512
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
mkdir /tmp/curl
unzip -q /tmp/curl.zip -d /tmp/curl
cp /tmp/curl/*/bin/libcurl-x64.dll build/cs-api-${{ steps.build_version.outputs.value }}-windows/libcurl-4.dll
cp /tmp/curl/*/bin/curl-ca-bundle.crt build/cs-api-${{ steps.build_version.outputs.value }}-windows/curl-ca-bundle.crt
- name: Upload the compiled binary
uses: actions/upload-artifact@v4
with:
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

_There are no unreleased changes at the moment._

## [2.7.1] - 2024-08-21

### Added

- The Windows release now ships with `libcurl-4.dll` (from https://curl.se/windows/).
- The Windows release now ships with `libcurl-4.dll` (from https://curl.se/windows/) and a
CA certificates bundle.

## [2.7.0] - 2024-08-02

Expand Down Expand Up @@ -151,7 +156,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Initial release.

[Unreleased]: https://github.com/cryptosense/api-client/compare/2.7.0..HEAD
[Unreleased]: https://github.com/cryptosense/api-client/compare/2.7.1..HEAD
[2.7.1]: https://github.com/cryptosense/api-client/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/cryptosense/api-client/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/cryptosense/api-client/compare/2.5.1...2.6.0
[2.5.2]: https://github.com/cryptosense/api-client/compare/2.5.1...2.5.2
Expand Down

0 comments on commit cfa8512

Please sign in to comment.