Skip to content

Commit 22aa80e

Browse files
set version to 0.6.1
1 parent 9e19caa commit 22aa80e

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33

44
[bumpversion:file:snapcraft.yaml]
55

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AppDir:
1717
id: at.ssh-mitm.server
1818
name: ssh-mitm
1919
icon: ssh-mitm
20-
version: 0.6.0
20+
version: 0.6.1
2121
# Set the python executable as entry point
2222
exec: usr/bin/python3
2323
# Set the application main script path as argument. Use '$@' to forward CLI parameters

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.1] - 2021-09-21
11+
12+
### Fixed
13+
14+
- missing environment variable in snap file
15+
- fixed ssh-mitm-audit command
16+
1017
## [0.6.0] - 2021-09-13
1118

1219
### Added
@@ -203,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203210

204211
- fixed pseudo terminal on exec command
205212

206-
[Unreleased]: https://github.com/ssh-mitm/ssh-mitm/compare/0.6.0...develop
213+
[Unreleased]: https://github.com/ssh-mitm/ssh-mitm/compare/0.6.1...develop
214+
[0.6.1]: https://github.com/ssh-mitm/ssh-mitm/compare/0.6.0...0.6.1
207215
[0.6.0]: https://github.com/ssh-mitm/ssh-mitm/compare/0.5.13...0.6.0
208216
[0.5.13]: https://github.com/ssh-mitm/ssh-mitm/compare/0.5.12...0.5.13
209217
[0.5.12]: https://github.com/ssh-mitm/ssh-mitm/compare/0.5.11...0.5.12

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ssh-mitm # you probably want to 'snapcraft register <name>'
22
base: core18 # the base snap is the execution environment for this snap
3-
version: '0.6.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.6.1' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: ssh mitm server for security audits # 79 char long summary
55
description: |
66
ssh mitm server for security audits supporting

ssh_proxy_server/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.6.0'
1+
version = '0.6.1'

0 commit comments

Comments
 (0)