# Changelog

All notable changes to `telegraph` will be documented in this file.

## v1.10.0 - 2022-05-08

## What's Changed

- Bump async from 2.6.3 to 2.6.4 in /docs by @dependabot in https://github.com/def-studio/telegraph/pull/75
- Feat: handle more webhook message types by @fabio-ivona in https://github.com/def-studio/telegraph/pull/76
- Improve docs by @fabio-ivona in https://github.com/def-studio/telegraph/pull/77

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.9.0...v1.10.0

## v1.9.0 - 2022-04-28

## What's Changed

- [#28] implement send photo endpoint by @Ternowy in https://github.com/def-studio/telegraph/pull/74

## New Contributors

- @Ternowy made their first contribution in https://github.com/def-studio/telegraph/pull/74

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.8.0...v1.9.0

## v1.8.0 - 2022-04-20

## What's Changed

- Fix docs by @gausoft in https://github.com/def-studio/telegraph/pull/69 and https://github.com/def-studio/telegraph/pull/70
- feat: bot and chat models customization by @naimsolong in https://github.com/def-studio/telegraph/pull/72

## New Contributors

- @naimsolong made their first contribution in https://github.com/def-studio/telegraph/pull/72

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.7.0...v1.8.0

## v1.7.0 - 2022-04-13

## What's Changed

- Add location message by @SiebeVE in https://github.com/def-studio/telegraph/pull/66
- Fix missing closing Tag in docs by @gausoft in https://github.com/def-studio/telegraph/pull/68

## New Contributors

- @SiebeVE made their first contribution in https://github.com/def-studio/telegraph/pull/66
- @gausoft made their first contribution in https://github.com/def-studio/telegraph/pull/68

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.6.3...v1.7.0

## v1.6.3 - 2022-04-09

## What's Changed

- fix leaking state by @fabio-ivona in https://github.com/def-studio/telegraph/pull/65

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.6.2...v1.6.3

## v1.6.2 - 2022-04-06

## What's Changed

- Add edit method to TelegraphChat Model by @marcovega in https://github.com/def-studio/telegraph/pull/60
- Fix keyboard not being removed by @marcovega in https://github.com/def-studio/telegraph/pull/59
- Fix tests by @fabio-ivona in https://github.com/def-studio/telegraph/pull/62
- Bump minimist from 1.2.5 to 1.2.6 in /docs by @dependabot in https://github.com/def-studio/telegraph/pull/61

## New Contributors

- @marcovega made their first contribution in https://github.com/def-studio/telegraph/pull/60

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.6.1...v1.6.2

## v1.6.1 - 2022-04-03

- fix documentation

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.6.0...v1.6.1

## v1.6.0 - 2022-04-03

## What's Changed

- feat: send chat action by @fabio-ivona in https://github.com/def-studio/telegraph/pull/53
- Bump minimist from 1.2.5 to 1.2.6 in /docs by @dependabot in https://github.com/def-studio/telegraph/pull/55
- Send files by @fabio-ivona in https://github.com/def-studio/telegraph/pull/56

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.5.0...v1.6.0

## v1.5.0 - 2022-03-10

## What's Changed

- feat: register bot commands by @fabio-ivona in https://github.com/def-studio/telegraph/pull/50
- fix: scoped exception on unknown commands by @fabio-ivona in https://github.com/def-studio/telegraph/pull/52

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.4.1...v1.5.0

## v1.4.1 - 2022-03-08

- removed unused interface

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.4.0...v1.4.1

## v1.4.0 - 2022-03-08

## What's Changed

- add protect content message option by @fabio-ivona in https://github.com/def-studio/telegraph/pull/38
- add silent message option by @fabio-ivona in https://github.com/def-studio/telegraph/pull/39
- add withoutPreview message option by @fabio-ivona in https://github.com/def-studio/telegraph/pull/40
- add url method to TelegraphBot by @fabio-ivona in https://github.com/def-studio/telegraph/pull/41
- add reply message option by @fabio-ivona in https://github.com/def-studio/telegraph/pull/42
- feat: manual update polling by @fabio-ivona in https://github.com/def-studio/telegraph/pull/43
- fix: removed breaking change in webhook handler by @fabio-ivona in https://github.com/def-studio/telegraph/pull/44
- feat: delete message by @fabio-ivona in https://github.com/def-studio/telegraph/pull/45
- feat: edit message by @fabio-ivona in https://github.com/def-studio/telegraph/pull/46
- fix: allows parameters and @bot reference after command by @fabio-ivona in https://github.com/def-studio/telegraph/pull/49

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.3.0...v1.4.0

## v1.3.0 - 2022-03-05

## What's Changed

- chore: X ray setup by @fabio-ivona in https://github.com/def-studio/telegraph/pull/36
- chore: keyboard refactor by @fabio-ivona in https://github.com/def-studio/telegraph/pull/35
- Keyboard improvement by @fabio-ivona and @cerbero90 in https://github.com/def-studio/telegraph/pull/37

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.2.2...v1.3.0

## v1.2.2 - 2022-03-02

## What's Changed

- removed mistyped semicolon by @fabio-ivona in https://github.com/def-studio/telegraph/pull/34

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.2.1...v1.2.2

## v1.2.1 - 2022-03-01

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.2.0...v1.2.1

## v1.2.0 - 2022-02-27

## What's Changed

- fix chat_id command not recognized by @fabio-ivona in https://github.com/def-studio/telegraph/pull/21
- implements bot info method by @fabio-ivona in https://github.com/def-studio/telegraph/pull/22

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.1.0...v1.2.0

## v1.1.0 - 2022-02-27

## What's Changed

- improved Telegraph::fake() testing helpers
- wraps response to TelegraphResponse to return status and messageId by @fabio-ivona in https://github.com/def-studio/telegraph/pull/20

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.6...v1.1.0

## v1.0.6 - 2022-02-26

## What's Changed

- enhanced tests by @fabio-ivona in https://github.com/def-studio/telegraph/pull/18
- added docs for testing helpers by @fabio-ivona in https://github.com/def-studio/telegraph/pull/19

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.5...v1.0.6

## v1.0.5 - 2022-02-26

## What's Changed

- docs: fix name of package in site config by @owenvoke in https://github.com/def-studio/telegraph/pull/17

## New Contributors

- @owenvoke made their first contribution in https://github.com/def-studio/telegraph/pull/17

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.4...v1.0.5

## v1.0.4 - 2022-02-26

## What's Changed

- typo correction by @fabio-ivona

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.3...v1.0.4

## v1.0.3 - 2022-02-26

## What's Changed

- Bump prismjs from 1.25.0 to 1.27.0 in /docs by @dependabot in https://github.com/def-studio/telegraph/pull/13
- docs enhancement by @fabio-ivona in https://github.com/def-studio/telegraph/pull/16

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.2...v1.0.3

## v1.0.2 - 2022-02-25

## What's Changed

- fix bash commands in documentation by @fabio-ivona in https://github.com/def-studio/telegraph/pull/12

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.1...v1.0.2

## v1.0.1 - 2022-02-25

## What's Changed

- improved documentation by @fabio-ivona in https://github.com/def-studio/telegraph/pull/11

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v1.0.0...v1.0.1

## v1.0.0 - 2022-02-25

## What's Changed

- stable release
- implement keyboard helper by @fabio-ivona in https://github.com/def-studio/telegraph/pull/6
- keyboard refactor by @fabio-ivona in https://github.com/def-studio/telegraph/pull/8
- code cleanup by @fabio-ivona in https://github.com/def-studio/telegraph/pull/9
- tests enhancement by @fabio-ivona in https://github.com/def-studio/telegraph/pull/10

## New Contributors

- @dependabot made their first contribution in https://github.com/def-studio/telegraph/pull/4

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.12...v1.0.0

## v0.0.11 - 2021-11-23

## What's Changed

- Mutliple bot support by @fabio-ivona in https://github.com/def-studio/telegraph/pull/1
- adds new-chat command by @fabio-ivona in https://github.com/def-studio/telegraph/pull/2
- Queue by @fabio-ivona in https://github.com/def-studio/telegraph/pull/3

## New Contributors

- @fabio-ivona made their first contribution in https://github.com/def-studio/telegraph/pull/1

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.10...v0.0.11

## v0.0.10 - 2021-11-21

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.9...v0.0.10

## v0.0.9 - 2021-11-21

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.8...v0.0.9

## v0.0.8 - 2021-11-21

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.7...v0.0.8

## v0.0.7 - 2021-11-21

Fix documentation structure

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.6...v0.0.7

## v0.0.6 - 2021-11-21

fix documentation

## v0.0.5 - 2021-11-21

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.4...v0.0.5

## v0.0.4 - 2021-11-19

**Full Changelog**: https://github.com/def-studio/telegraph/compare/v0.0.3...v0.0.4
