aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fba6521..12120fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.3.2] - 2021-12-05
+
+### Fixed
+
+* fixed some doc links
+
## [0.3.1] - 2021-12-04
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index dfb6a84..b1d4d31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"