Skip to content

Commit

Permalink
Edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicoh committed Apr 8, 2024
1 parent b9368db commit 0b52276
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.0][] - 2024-04-09

- https://github.com/kaicoh/slack-messaging/pull/8 Builder pattern.
- https://github.com/kaicoh/slack-messaging/pull/8 Remove `Attachment` (since it's a deprecated legacy feature).
- https://github.com/kaicoh/slack-messaging/pull/8 Support `Rich text` block.

## [0.2.2][] - 2023-03-02

- https://github.com/kaicoh/slack-messaging/pull/6 Add `mrkdwn` and `plain_text` macros.
Expand All @@ -16,6 +22,7 @@

- pre-release

[0.3.0]: https://github.com/kaicoh/slack-messaging/releases/v0.3.0
[0.2.2]: https://github.com/kaicoh/slack-messaging/releases/v0.2.2
[0.2.1]: https://github.com/kaicoh/slack-messaging/releases/v0.2.1
[0.2.0]: https://github.com/kaicoh/slack-messaging/releases/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Kanji Tanaka
Copyright (c) 2024 Kanji Tanaka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0b52276

Please sign in to comment.