diff --git a/CHANGELOG.md b/CHANGELOG.md
index bce4bd769..877175df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 11.1.0
+### 🚀 New Features
+- `container` (https://github.com/primer/octicons/pull/507)
+- `squirrel` 24px icon (https://github.com/primer/octicons/pull/508)
+
+### 🐛 Fixes
+- Corrected stroke for 24px `smiley` (https://github.com/primer/octicons/pull/509)
+
+
# 11.0.0
### 💅 Enhancements
diff --git a/icons/container-16.svg b/icons/container-16.svg
new file mode 100644
index 000000000..675315fd5
--- /dev/null
+++ b/icons/container-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/container-24.svg b/icons/container-24.svg
new file mode 100644
index 000000000..cb8b9d780
--- /dev/null
+++ b/icons/container-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/smiley-24.svg b/icons/smiley-24.svg
index 417973abe..68ef76893 100644
--- a/icons/smiley-24.svg
+++ b/icons/smiley-24.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/squirrel-24.svg b/icons/squirrel-24.svg
new file mode 100644
index 000000000..dd296226b
--- /dev/null
+++ b/icons/squirrel-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb
index e205eb27a..5ae7c593b 100644
--- a/lib/octicons_gem/lib/octicons/version.rb
+++ b/lib/octicons_gem/lib/octicons/version.rb
@@ -1,3 +1,3 @@
module Octicons
- VERSION = "11.0.0".freeze
+ VERSION = "11.1.0".freeze
end
diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile
index 6cb271768..f602b09d7 100644
--- a/lib/octicons_helper/Gemfile
+++ b/lib/octicons_helper/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "11.0.0"
+gem "octicons", "11.1.0"
gem "rails"
group :development, :test do
diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb
index 4401a7c2f..f3ff6ae4c 100644
--- a/lib/octicons_helper/lib/octicons_helper/version.rb
+++ b/lib/octicons_helper/lib/octicons_helper/version.rb
@@ -1,3 +1,3 @@
module OcticonsHelper
- VERSION = "11.0.0".freeze
+ VERSION = "11.1.0".freeze
end
diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec
index 5239e79a9..ab1d3fbb2 100644
--- a/lib/octicons_helper/octicons_helper.gemspec
+++ b/lib/octicons_helper/octicons_helper.gemspec
@@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
- s.add_dependency "octicons", "11.0.0"
+ s.add_dependency "octicons", "11.1.0"
s.add_dependency "rails"
end
diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile
index 4dbeab528..92a28336d 100644
--- a/lib/octicons_jekyll/Gemfile
+++ b/lib/octicons_jekyll/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "octicons", "11.0.0"
+gem "octicons", "11.1.0"
group :development, :test do
gem "minitest"
diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec
index 686ca85c1..cf42799cc 100644
--- a/lib/octicons_jekyll/jekyll-octicons.gemspec
+++ b/lib/octicons_jekyll/jekyll-octicons.gemspec
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_dependency "jekyll", ">= 3.6", "< 5.0"
- s.add_dependency "octicons", "11.0.0"
+ s.add_dependency "octicons", "11.1.0"
end
diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
index e1e06ebc9..928ed0da5 100644
--- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
+++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb
@@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
module Jekyll
class Octicons < Liquid::Tag
- VERSION = "11.0.0".freeze
+ VERSION = "11.1.0".freeze
end
end
diff --git a/lib/octicons_node/package-lock.json b/lib/octicons_node/package-lock.json
index 19ad39be6..abaf763d7 100644
--- a/lib/octicons_node/package-lock.json
+++ b/lib/octicons_node/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
- "version": "11.0.0",
+ "version": "11.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json
index 00d968f32..4ae85148a 100644
--- a/lib/octicons_node/package.json
+++ b/lib/octicons_node/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
- "version": "11.0.0",
+ "version": "11.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub Inc.",
diff --git a/lib/octicons_react/package-lock.json b/lib/octicons_react/package-lock.json
index bd420ab66..5baf8b1e8 100644
--- a/lib/octicons_react/package-lock.json
+++ b/lib/octicons_react/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
- "version": "11.0.0",
+ "version": "11.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json
index bc0ff2434..24e355b6f 100644
--- a/lib/octicons_react/package.json
+++ b/lib/octicons_react/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
- "version": "11.0.0",
+ "version": "11.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub, Inc.",
diff --git a/lib/octicons_styled/package-lock.json b/lib/octicons_styled/package-lock.json
index 5853b003c..d2115208d 100644
--- a/lib/octicons_styled/package-lock.json
+++ b/lib/octicons_styled/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-octicons",
- "version": "11.0.0",
+ "version": "11.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json
index c2dfe7c2d..70f861aa7 100644
--- a/lib/octicons_styled/package.json
+++ b/lib/octicons_styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-octicons",
- "version": "11.0.0",
+ "version": "11.1.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub, Inc.",
diff --git a/package-lock.json b/package-lock.json
index 890c9a427..85781a083 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "version": "11.0.0",
+ "version": "11.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {