Skip to content

Commit

Permalink
v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swarley committed Feb 5, 2021
1 parent 85cfdc0 commit 57599e8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ 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.4.2] - 2020-2-5
[3.4.1]: https://github.com/shardlab/discordrb/releases/tag/v3.4.2

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

### Summary
I failed to update rest-client dependencies properly, and discovered that you can't republish gem versions the hard way.

### Changed
- `rest-client` has a requirement of `>= 2.0.0` on both `discordrb` and `discordrb-webhooks`

## [3.4.1] - 2020-2-4
[3.4.1]: https://github.com/shardlab/discordrb/releases/tag/v3.4.1

Expand Down
2 changes: 1 addition & 1 deletion discordrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.1'
spec.add_dependency 'discordrb-webhooks', '~> 3.4.2'

spec.required_ruby_version = '>= 2.5'

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.1'
VERSION = '3.4.2'
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.1'
VERSION = '3.4.2'
end
end

0 comments on commit 57599e8

Please sign in to comment.