Skip to content

Commit cdd9d1b

Browse files
authored
Release 1.0.0 (#171)
1 parent a470977 commit cdd9d1b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 1.0.0 (Sep 19, 2023)
4+
5+
An automatically generated list of changes can be found on GitHub at: [1.0.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v1.0.0)
6+
37
## 0.11.0 (Aug 29, 2023)
48

5-
An automatically generated list of changes can be found on GitHub at: [0.10.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.10.0)
9+
An automatically generated list of changes can be found on GitHub at: [0.11.0 Release](https://github.com/nginxinc/nginx-plus-go-client/releases/tag/v0.11.0)
610

711
## 0.10.0 (Jul 19, 2022)
812

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-plus-go-client?logo=github&sort=semver)](https://github.com/nginxinc/nginx-plus-go-client/releases/latest)
99
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginxinc/nginx-plus-go-client?logo=go)
1010
[![Slack](https://img.shields.io/badge/slack-nginxcommunity-green?logo=slack)](https://nginxcommunity.slack.com)
11+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
12+
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginx-plus-go-client/blob/main/SECURITY.md)
1113

1214
# NGINX Plus Go Client
1315

@@ -51,14 +53,15 @@ go test
5153
Prerequisites:
5254

5355
- Docker
56+
- Docker Compose
5457
- golang
5558
- Make
5659
- NGINX Plus license - put `nginx-repo.crt` and `nginx-repo.key` into the `docker` folder.
5760

5861
Run Tests:
5962

6063
```console
61-
make docker-build && make test
64+
make test
6265
```
6366

6467
This will build and run two NGINX Plus containers and create one docker network of type bridge, execute the client tests

0 commit comments

Comments
 (0)