Skip to content

Commit bb1b31e

Browse files
committed
🔖 Prepare release 1.0.2
1 parent 68bbc25 commit bb1b31e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1414
### Removed
1515

16+
## [1.0.2] - 2022-08-26
17+
### Fixed
18+
- URLs in Gemspec
19+
1620
## [1.0.1] - 2022-08-26
1721
### Fixed
1822
- Circular reference while loading
@@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2125
### Added
2226
- Initial release
2327

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
2530
[1.0.1]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.1
2631
[1.0.0]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0

lib/oauth/tty/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module OAuth
44
module TTY
55
module Version
6-
VERSION = "1.0.1"
6+
VERSION = "1.0.2"
77
end
88
end
99
end

0 commit comments

Comments
 (0)