Skip to content

Commit 191ace1

Browse files
authored
Merge pull request #22 from fastruby/release-please--branches--main--components--ombu_labs-auth
chore(main): release 1.0.0
2 parents 648132a + d1a84de commit 191ace1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
* [BUGFIX: Resolve Github Omniauth dependency](https://github.com/fastruby/ombu_labs-auth/pull/19)
1818

19+
## 1.0.0 (2023-06-09)
20+
21+
22+
### Miscellaneous
23+
24+
* update wording ([7d9acc7](https://github.com/fastruby/ombu_labs-auth/commit/7d9acc7254d86ff6f2839ceb144da3d13218a646))
25+
* **workflow:** Add release workflow ([3c8947a](https://github.com/fastruby/ombu_labs-auth/commit/3c8947ad5ae3b5fe3964287d11a37a6dc36604fe))
26+
1927
## 0.1.0 [(commits)](https://github.com/fastruby/ombu_labs-auth/compare/6efa57eda3bd3f93e0f245342eb2a317574c32ff...v0.1.0)
2028

2129
* [FEATURE: Add Devise](https://github.com/fastruby/ombu_labs-auth/pull/2)
2230
* [FEATURE: Add Omniauth](https://github.com/fastruby/ombu_labs-auth/pull/3)
23-
24-

lib/ombu_labs/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmbuLabs
22
module Auth
3-
VERSION = "0.1.0"
3+
VERSION = "1.0.0"
44
end
55
end

0 commit comments

Comments
 (0)