Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix changelog to have correct links #320

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

### Added

- [Bot API 8.1](https://core.telegram.org/bots/api-changelog#october-31-2024) [#319](https://github.com/atipugin/telegram-bot-ruby/pull/319)
- [Bot API 8.1](https://core.telegram.org/bots/api-changelog#december-4-2024) [#319](https://github.com/atipugin/telegram-bot-ruby/pull/319)

## 2.1.0

### Added

- [Bot API 8.0](https://core.telegram.org/bots/api#november-17-2024) (thx [@seorgiy](https://github.com/seorgiy))
- [Bot API 8.0](https://core.telegram.org/bots/api-changelog#november-17-2024) (thx [@seorgiy](https://github.com/seorgiy))

## 2.0.0

### Added

- [Bot API 7.0](https://core.telegram.org/bots/api#december-29-2023)
- [Bot API 7.0](https://core.telegram.org/bots/api-changelog#december-29-2023)

### Changed

Expand All @@ -26,8 +26,8 @@

- Replace [virtus](https://github.com/solnic/virtus) with [dry-struct](https://github.com/dry-rb/dry-struct)
- Use [zeitwerk](https://github.com/fxn/zeitwerk) for code loading
- Implement [Bot API 6.4](https://core.telegram.org/bots/api#december-30-2022)
- Implement [Bot API 6.5](https://core.telegram.org/bots/api#february-3-2023)
- Implement [Bot API 6.4](https://core.telegram.org/bots/api-changelog#december-30-2022)
- Implement [Bot API 6.5](https://core.telegram.org/bots/api-changelog#february-3-2023)

## 0.23.0

Expand All @@ -38,8 +38,8 @@

## 0.21.0

- Implement [Bot API 6.1](https://core.telegram.org/bots/api#june-20-2022)
- Implement [Bot API 6.2](https://core.telegram.org/bots/api#august-12-2022)
- Implement [Bot API 6.1](https://core.telegram.org/bots/api-changelog#june-20-2022)
- Implement [Bot API 6.2](https://core.telegram.org/bots/api-changelog#august-12-2022)

## 0.20.0

Expand Down Expand Up @@ -70,11 +70,11 @@

## 0.15.0

- Implement [Bot API 5.1](https://core.telegram.org/bots/api#march-9-2021)
- Implement [Bot API 5.1](https://core.telegram.org/bots/api-changelog#march-9-2021)

## 0.14.0

- Implement [Bot API 5.0](https://core.telegram.org/bots/api#november-4-2020)
- Implement [Bot API 5.0](https://core.telegram.org/bots/api-changelog#november-4-2020)

## 0.13.0

Expand All @@ -88,15 +88,15 @@

## 0.11.0

- Implement [Bot API 4.4](https://core.telegram.org/bots/api#july-29-2019)
- Implement [Bot API 4.4](https://core.telegram.org/bots/api-changelog#july-29-2019)

## 0.10.1

- Fix issue #202 with `Poll` messages and logging

## 0.10.0

- Implement [Bot API 4.3](https://core.telegram.org/bots/api#may-31-2019)
- Implement [Bot API 4.3](https://core.telegram.org/bots/api-changelog#may-31-2019)

## 0.9.1

Expand All @@ -115,31 +115,31 @@

## 0.8.6

- Implement [Bot API 3.5](https://core.telegram.org/bots/api#november-17-2017)
- Implement [Bot API 3.5](https://core.telegram.org/bots/api-changelog#november-17-2017)

## 0.8.5

- Implement [Bot API 3.4](https://core.telegram.org/bots/api#october-11-2017) (thx [@ivanovaleksey][])
- Implement [Bot API 3.4](https://core.telegram.org/bots/api-changelog#october-11-2017) (thx [@ivanovaleksey][])

## 0.8.4

- Implement [Bot API 3.3](https://core.telegram.org/bots/api#august-23-2017) (thx [@ivanovaleksey][])
- Implement [Bot API 3.3](https://core.telegram.org/bots/api-changelog#august-23-2017) (thx [@ivanovaleksey][])

## 0.8.3

- Implement [Bot API 3.2](https://core.telegram.org/bots/api#july-21-2017) (thx [@ivanovaleksey][])
- Implement [Bot API 3.2](https://core.telegram.org/bots/api-changelog#july-21-2017) (thx [@ivanovaleksey][])

## 0.8.2

- Implement [Bot API 3.1](https://core.telegram.org/bots/api#june-30-2017) (thx [@ivanovaleksey][])
- Implement [Bot API 3.1](https://core.telegram.org/bots/api-changelog#june-30-2017) (thx [@ivanovaleksey][])

## 0.8.1

- Add [missing methods](https://github.com/atipugin/telegram-bot-ruby/pull/127) from earlier versions earlier

## 0.8.0

- Implement [Bot API 3.0](https://core.telegram.org/bots/api#may-18-2017) (thx [@ivanovaleksey][])
- Implement [Bot API 3.0](https://core.telegram.org/bots/api-changelog#may-18-2017) (thx [@ivanovaleksey][])

## 0.7.2

Expand Down
Loading