Skip to content

Commit

Permalink
Version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 13, 2021
1 parent 7f385d7 commit 362ae32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Pulse 0.x

## Pulse 0.17.1

*13 Sep, 2021*

- Add support to httpBodyStreamData - [#37](https://github.com/kean/Pulse/pull/37), thanks to [Klemen Košir](https://github.com/klemenkosir)
- Fix an issue whre cURL share was using request body instead of the response body - [#38](https://github.com/kean/Pulse/pull/38), thanks to [BB9z](https://github.com/BB9z)

## Pulse 0.17.0

*11 Sep, 2021*
Expand Down
8 changes: 4 additions & 4 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.17.0;
MARKETING_VERSION = 0.17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1077,7 +1077,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.17.0;
MARKETING_VERSION = 0.17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1102,7 +1102,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.17.0;
MARKETING_VERSION = 0.17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand All @@ -1127,7 +1127,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.17.0;
MARKETING_VERSION = 0.17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand Down

0 comments on commit 362ae32

Please sign in to comment.