We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6892cd5 commit 7c9c135Copy full SHA for 7c9c135
CHANGES.rst
@@ -1,6 +1,30 @@
1
Changelog
2
=========
3
4
+0.0.9 (5-6-2020)
5
+-----------------
6
+
7
+Bugfixes
8
+--------
9
10
+* Force User-Agent header to be latin1 encoded
11
12
+0.0.8 (3-24-2020)
13
14
15
16
17
18
+* Increment bugfix version
19
20
+0.0.7 (3-24-2020)
21
22
23
24
25
26
27
28
0.0.6 (2-18-2020)
29
-----------------
30
ParselyAnalytics.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ParselyAnalytics"
- s.version = "0.0.9-dev"
+ s.version = "0.0.9"
s.swift_version = "4.2"
s.summary = "Parsely analytics integration for iOS"
s.homepage = "https://www.parse.ly/help/integration/ios-sdk/"
0 commit comments