diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7299e59..2f3cb83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,18 @@
Unreleased
|
+
+ 1.10.3 |
+ Fix |
+ Ignore when commit is supplied via git hook. |
+ |
+ |
+ Coenraad Human |
+ Coenraad Human |
+
+
+ Release: 1.10.2 |
+
1.10.2 |
Documentation |
@@ -23,7 +35,7 @@
|
|
Coenraad Human |
- GitHub |
+ Coenraad Human |
1.10.1 |
diff --git a/Cargo.toml b/Cargo.toml
index 394dde1..31e238c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gib"
-version = "1.10.2"
+version = "1.10.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/src/commands/changelog.rs b/src/commands/changelog.rs
index 32df06a..152ba13 100644
--- a/src/commands/changelog.rs
+++ b/src/commands/changelog.rs
@@ -87,7 +87,7 @@ pub fn run(path: Option, commit_git_hook: Option, scope_filter:
None => {},
}
},
- None => todo!(),
+ None => {},
}
if unreleased_count != 0 {