Skip to content

Commit f84ec3b

Browse files
add changelog and bump version
1 parent c17074c commit f84ec3b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
### v0.15.2
4+
- Update Apollo CLI requirement to 2.18. This should pull in a couple fixes to the CLI:
5+
- Way better escaping of identifiers, types, and strings ([Tooling #1515](https://github.com/apollographql/apollo-tooling/pull/1515))
6+
- Fix compiler warning when an optional has a `.none` case ([Tooling #1482](https://github.com/apollographql/apollo-tooling/pull/1482)
7+
8+
If you run into any weird build issues after this update, try deleting your local `node_modules` folder and rebuilding before filing an issue.
9+
- Better handling of the `localizedDescription` for `HTTPResponseError`. ([#756](https://github.com/apollographql/apollo-ios/pull/756))
10+
311
### v0.15.1
412
- Add platform name to framework bundle identifier to work around a change to app store submission. Please see the PR for more details. ([#751](https://github.com/apollographql/apollo-ios/pull/751))
513
- Expose the initializer for `GraphQLQueryWatcher` so it can actually be instantiated. ([#750](https://github.com/apollographql/apollo-ios/pull/750))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 0.15.1
1+
CURRENT_PROJECT_VERSION = 0.15.2

0 commit comments

Comments
 (0)