Skip to content

Commit

Permalink
feat: version bump (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
swarley committed Jul 5, 2023
1 parent 9ca8ebe commit a873d4e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0] - 2023-07-05
[3.5.0]: https://github.com/shardlab/discordrb/releases/tag/v3.5.0

[View diff for this release.](https://github.com/shardlab/discordrb/compare/v3.4.2..v3.5.0)

### Summary

Lots of changes, Discord is changing their API and we're trying to keep up. This release is a bit of a mess, but it's a necessary one.

## [3.4.2] - 2020-02-05

[3.4.2]: https://github.com/shardlab/discordrb/releases/tag/v3.4.2
Expand Down
2 changes: 1 addition & 1 deletion discordrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rest-client', '>= 2.0.0'
spec.add_dependency 'websocket-client-simple', '>= 0.3.0'

spec.add_dependency 'discordrb-webhooks', '~> 3.4.2'
spec.add_dependency 'discordrb-webhooks', '~> 3.5.0'

spec.required_ruby_version = '>= 2.7'

Expand Down
2 changes: 1 addition & 1 deletion lib/discordrb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Discordrb and all its functionality, in this case only the version.
module Discordrb
# The current version of discordrb.
VERSION = '3.4.2'
VERSION = '3.5.0'
end
2 changes: 1 addition & 1 deletion lib/discordrb/webhooks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
module Discordrb
module Webhooks
# The current version of discordrb-webhooks.
VERSION = '3.4.2'
VERSION = '3.5.0'
end
end

0 comments on commit a873d4e

Please sign in to comment.