Skip to content

Commit 54f2344

Browse files
committed
Prepare v1.1.0 release
1 parent ec070be commit 54f2344

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: clue
2+
custom: https://clue.engineering/support

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.1.0 (2020-06-19)
4+
5+
* Feature / Fix: Support PHP 7.4 by skipping unneeded cleanup of exception trace args.
6+
(#92 by @clue)
7+
8+
* Clean up test suite and add `.gitattributes` to exclude dev files from exports.
9+
Run tests on PHP 7.4, PHPUnit 9 and simplify test matrix.
10+
Link to using SSH proxy (SSH tunnel) as an alternative.
11+
(#88 by @clue and #91 and #93 by @SimonFrings)
12+
313
## 1.0.0 (2018-11-20)
414

515
* First stable release, now following SemVer!

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ which allows you to build your own SOCKS proxy servers with custom business logi
3737

3838
**Table of contents**
3939

40+
* [Support us](#support-us)
4041
* [Quickstart example](#quickstart-example)
4142
* [Usage](#usage)
4243
* [Client](#client)
@@ -65,6 +66,16 @@ which allows you to build your own SOCKS proxy servers with custom business logi
6566
* [License](#license)
6667
* [More](#more)
6768

69+
## Support us
70+
71+
We invest a lot of time developing, maintaining and updating our awesome
72+
open-source projects. You can help us sustain this high-quality of our work by
73+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
74+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
75+
for details.
76+
77+
Let's take these projects to the next level together! 🚀
78+
6879
## Quickstart example
6980

7081
Once [installed](#install), you can use the following code to create a connection
@@ -985,7 +996,7 @@ This project follows [SemVer](https://semver.org/).
985996
This will install the latest supported version:
986997

987998
```bash
988-
$ composer require clue/socks-react:^1.0
999+
$ composer require clue/socks-react:^1.1
9891000
```
9901001

9911002
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)