File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Removed
15
15
16
+ ## [ 1.0.2] - 2022-08-26
17
+ ### Fixed
18
+ - URLs in Gemspec
19
+
16
20
## [ 1.0.1] - 2022-08-26
17
21
### Fixed
18
22
- Circular reference while loading
@@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
25
### Added
22
26
- Initial release
23
27
24
- [ Unreleased ] : https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.1...main
28
+ [ Unreleased ] : https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...main
29
+ [ 1.0.2 ] : https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.2
25
30
[ 1.0.1 ] : https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.1
26
31
[ 1.0.0 ] : https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 3
3
module OAuth
4
4
module TTY
5
5
module Version
6
- VERSION = "1.0.1 "
6
+ VERSION = "1.0.2 "
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments