Skip to content

Commit fc9b3e3

Browse files
committed
CHANGELOG
1 parent 105afce commit fc9b3e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.12.1
5+
- tweaked TTL in the CLI mode.
6+
47
## 0.12.0
58
- bumped Go to 1.18;
69
- bumped `github.com/chromedp/chromedp`;

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: deps clean build
22

3-
TAG=0.12.0
3+
TAG=0.12.1
44
BINARY=inout
55
DIST_DIR=_dist
66
OS=darwin

0 commit comments

Comments
 (0)