Skip to content

Commit 0d44b10

Browse files
committed
update changelog/readme for 15.1
1 parent c1744e9 commit 0d44b10

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# v15.0.1
1+
# v15.1.0
22

3+
- Add ability to enable websockets SOCKS proxy.
34
- Fix emit completion callback not firing on websockets [#1178](https://github.com/socketio/socket.io-client-swift/issues/1178)
45

56
# v15.0.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Then import `import SocketIO`.
9999
### Carthage
100100
Add this line to your `Cartfile`:
101101
```
102-
github "socketio/socket.io-client-swift" ~> 15.0.0
102+
github "socketio/socket.io-client-swift" ~> 15.1.0
103103
```
104104

105105
Run `carthage update --platform ios,macosx`.
@@ -113,7 +113,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
113113
use_frameworks!
114114

115115
target 'YourApp' do
116-
pod 'Socket.IO-Client-Swift', '~> 15.0.0'
116+
pod 'Socket.IO-Client-Swift', '~> 15.1.0'
117117
end
118118
```
119119

0 commit comments

Comments
 (0)