Skip to content

Commit

Permalink
Prepare release v1.0.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGuzmanSierra authored May 17, 2024
1 parent f12ea9d commit 88290eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 1.0.0 (17.05.2024)
- [Refactor Project Architecture](https://github.com/kommitters/bas/issues/35)
- [Refactor PTO today Use Case](https://github.com/kommitters/bas/issues/29)
- [Refactor PTO next week Use Case](https://github.com/kommitters/bas/issues/30)
- [Refactor Birthday today Use Case](https://github.com/kommitters/bas/issues/31)
- [Refactor Birthday next week Use Case](https://github.com/kommitters/bas/issues/32)
- [Refactor WIP limit Use Case](https://github.com/kommitters/bas/issues/33)
- [Refactor support email Use Case](https://github.com/kommitters/bas/issues/34)
- [Add a garbage collector](https://github.com/kommitters/bas/issues/42)
- [Update read Postgres component](https://github.com/kommitters/bas/issues/45)
- [Update new table structure](https://github.com/kommitters/bas/issues/46)

# 0.4.0 (19.04.2024)
- [[BAS] Add process for OpenAI](https://github.com/kommitters/bas/issues/25)

Expand Down
2 changes: 1 addition & 1 deletion lib/bas/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Bas
# Gem version
VERSION = "0.4.0"
VERSION = "1.0.0"
end

0 comments on commit 88290eb

Please sign in to comment.