Skip to content

Commit dd74e2e

Browse files
bump: version 1.4.1 → 1.4.2
1 parent 737ebcc commit dd74e2e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.4.2 (2026-01-21)
2+
3+
### Technical
4+
5+
- bump dependencies (#183)
6+
- bump urllib3 from 2.5.0 to 2.6.3 (#176)
7+
- bump authlib from 1.6.5 to 1.6.6 (#178)
8+
19
## v1.4.1 (2026-01-15)
210

311
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lgtm-ai"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -172,7 +172,7 @@ exclude_lines = [
172172
[tool.commitizen]
173173
version_files = ["pyproject.toml:^version"]
174174
name = "cz_customize"
175-
version = "1.4.1"
175+
version = "1.4.2"
176176
tag_format = "v$version"
177177

178178
[tool.commitizen.customize]

0 commit comments

Comments
 (0)