diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a0f72..f00e097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +# 5.3.2 +- Fix: Removed wrong warning about diverging wip branch when joining a new session + # 5.3.1 -- Fix: Added documentation for `mob start --discard-uncommitted-changes` in the `mob help` command +- Fix: Added documentation for `mob start --discard-uncommitted-changes` in the `mob help` command # 5.3.0 - Feature: `mob start --discard-uncommitted-changes` allows to discard uncommitted changes and then starting a new mob session diff --git a/mob.go b/mob.go index 51d1de0..51941de 100644 --- a/mob.go +++ b/mob.go @@ -21,7 +21,7 @@ import ( ) const ( - versionNumber = "5.3.1" + versionNumber = "5.3.2" minimumGitVersion = "2.13.0" )