Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit f463848

Browse files
committed
Bump version to v1.1.1
1 parent 7825dc1 commit f463848

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.1.1] - 2019-03-16
8+
9+
### Changed
10+
- Replace `syscall` with `golang.org/x/sys/unix`, contriubted by @otariidae (#14).
11+
712
## [1.1.0] - 2018-11-13
13+
814
### Changed
915
- Update `github.com/cybozu-go/cmd` to `github.com/cybozu-go/well` (#7, #9).
1016
- Replace TravisCI with CircleCI.
1117

1218
## [1.0.0] - 2016-09-01
19+
1320
### Added
14-
- transocks now adopts [github.com/cybozu-go/cmd][cmd] framework.
21+
- transocks now adopts [github.com/cybozu-go/well][well] framework.
1522
As a result, it implements [the common spec][spec] including graceful restart.
1623

1724
### Changed
1825
- The default configuration file path is now `/etc/transocks.toml`.
1926
- "listen" config option becomes optional. Default is "localhost:1081".
2027
- Configuration items for logging is changed.
2128

22-
[cmd]: https://github.com/cybozu-go/cmd
23-
[spec]: https://github.com/cybozu-go/cmd/blob/master/README.md#specifications
24-
[Unreleased]: https://github.com/cybozu-go/transocks/compare/v1.1.0...HEAD
29+
[well]: https://github.com/cybozu-go/well
30+
[spec]: https://github.com/cybozu-go/well/blob/master/README.md#specifications
31+
[Unreleased]: https://github.com/cybozu-go/transocks/compare/v1.1.1...HEAD
32+
[1.1.1]: https://github.com/cybozu-go/transocks/compare/v1.1.0...v1.1.1
2533
[1.1.0]: https://github.com/cybozu-go/transocks/compare/v1.0.0...v1.1.0
2634
[1.0.0]: https://github.com/cybozu-go/transocks/compare/v0.1...v1.0.0

0 commit comments

Comments
 (0)