|  | 
| 2 | 2 | 
 | 
| 3 | 3 | ### Changes | 
| 4 | 4 | * Drop certs note in README | 
|  | 5 | +* Add action for trusted release | 
| 5 | 6 | 
 | 
| 6 | 7 | ## 0.5.2 | 
| 7 | 8 | 
 | 
| 8 |  | -#### Fixes | 
|  | 9 | +### Fixes | 
| 9 | 10 | * Update Docker template for Ruby 3.4.2 | 
| 10 | 11 | 
 | 
| 11 | 12 | ## 0.5.1 | 
| 12 | 13 | 
 | 
| 13 |  | -#### Changes | 
|  | 14 | +### Changes | 
| 14 | 15 | * Update Docker compose templates | 
| 15 | 16 | 
 | 
| 16 | 17 | ## 0.5.0 | 
| 17 | 18 | 
 | 
| 18 |  | -#### Changes | 
|  | 19 | +### Changes | 
| 19 | 20 | * Make GitLab and GitHub plugins customizable | 
| 20 | 21 | 
 | 
| 21 | 22 | ## 0.4.5 | 
| 22 | 23 | 
 | 
| 23 |  | -#### Changes | 
|  | 24 | +### Changes | 
| 24 | 25 | * Update Ruby to 3.4 | 
| 25 | 26 | 
 | 
| 26 | 27 | ## 0.4.4 | 
| 27 | 28 | 
 | 
| 28 |  | -#### Changes | 
|  | 29 | +### Changes | 
| 29 | 30 | * Adhere to plugin file layout suggestions | 
| 30 | 31 | * Support Ruby 3.3 | 
| 31 | 32 | * Honor `APP_ENV` as an alternative to `RODBOT_ENV` | 
| 32 | 33 | 
 | 
| 33 | 34 | ## 0.4.3 | 
| 34 | 35 | 
 | 
| 35 |  | -#### Changes | 
|  | 36 | +### Changes | 
| 36 | 37 | * Add more languages to the word of the day demo plugin | 
| 37 | 38 | 
 | 
| 38 | 39 | ## 0.4.2 | 
| 39 | 40 | 
 | 
| 40 |  | -#### Fixes | 
|  | 41 | +### Fixes | 
| 41 | 42 | * Pass the time zone down to Clockwork | 
| 42 | 43 | 
 | 
| 43 | 44 | ## 0.4.1 | 
| 44 | 45 | 
 | 
| 45 |  | -#### Fixes | 
|  | 46 | +### Fixes | 
| 46 | 47 | * Fix init of memoization cache | 
| 47 | 48 | 
 | 
| 48 | 49 | ## 0.4.0 | 
| 49 | 50 | 
 | 
| 50 |  | -#### Breaking Changes | 
|  | 51 | +### Breaking changes | 
| 51 | 52 | * Rename `timezone` config to `time_zone` and properly implement and document | 
| 52 | 53 |   time zone handling | 
| 53 | 54 | 
 | 
| 54 | 55 | ## 0.3.4 | 
| 55 | 56 | 
 | 
| 56 |  | -#### Additions | 
|  | 57 | +### Additions | 
| 57 | 58 | * Support to post to secondary rooms with `Rodbot.say` | 
| 58 | 59 | * `Rodbot::Message` container class for messages with meta data | 
| 59 | 60 | 
 | 
| 60 | 61 | ## 0.3.3 | 
| 61 | 62 | 
 | 
| 62 |  | -#### Additions | 
|  | 63 | +### Additions | 
| 63 | 64 | * Support placeholders when using `Rodbot.say` and add `[[EVERYBODY]]` | 
| 64 | 65 |   placeholder to mention all hands in a room or channel | 
| 65 | 66 | 
 | 
| 66 | 67 | ## 0.3.2 | 
| 67 | 68 | 
 | 
| 68 |  | -#### Additions | 
|  | 69 | +### Additions | 
| 69 | 70 | * Simple /healthz route e.g. for deployments on render.com | 
| 70 | 71 | * Deploy templates for render.com | 
| 71 | 72 | 
 | 
| 72 |  | -#### Changes | 
|  | 73 | +### Changes | 
| 73 | 74 | * Switch from httparty to httpx | 
| 74 | 75 | 
 | 
| 75 | 76 | ## 0.3.1 | 
| 76 | 77 | 
 | 
| 77 |  | -#### Fixes | 
|  | 78 | +### Fixes | 
| 78 | 79 | * Explicitly require Forwardable | 
| 79 | 80 | 
 | 
| 80 | 81 | ## 0.3.0 | 
| 81 | 82 | 
 | 
| 82 |  | -#### Additions | 
|  | 83 | +### Additions | 
| 83 | 84 | * Built-in plugin for Slack | 
| 84 | 85 | 
 | 
| 85 | 86 | ## 0.2.0 | 
| 86 | 87 | 
 | 
| 87 |  | -#### Fixes | 
|  | 88 | +### Fixes | 
| 88 | 89 | * Fix OTP verification | 
| 89 | 90 | * Drop futile files from packaged gem | 
| 90 | 91 | 
 | 
| 91 | 92 | ## 0.1.1 | 
| 92 | 93 | 
 | 
| 93 |  | -#### Fixes | 
|  | 94 | +### Fixes | 
| 94 | 95 | * Fix `rodbot new` by making `config/rodbot.rb` optional | 
| 95 | 96 | 
 | 
| 96 | 97 | ## 0.1.0 | 
| 97 | 98 | 
 | 
| 98 |  | -#### Initial Implementation | 
|  | 99 | +### Initial implementation | 
| 99 | 100 | * Rodbot CLI | 
| 100 | 101 | * App, relay and schedule services | 
| 101 | 102 | * Framework functionality such as config, credentials, logging, data | 
|  | 
0 commit comments