diff --git a/_service b/_service
index 9a08336..b9dcdc8 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,7 @@
git
git://github.com/elixir-lang/elixir
@PARENT_TAG@
- v1.0.4
+ v1.0.5
enable
diff --git a/_servicedata b/_servicedata
index 85b1abb..4ea1795 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/elixir-lang/elixir
- e02d7bf913f3e5ea8c9e49648e69324ec5c65919
\ No newline at end of file
+ 3eb938a0ba7db5c6cc13d390e6242f66fdc9ef00
\ No newline at end of file
diff --git a/elixir-doc.spec b/elixir-doc.spec
index 2acb36d..ce64afb 100644
--- a/elixir-doc.spec
+++ b/elixir-doc.spec
@@ -17,7 +17,7 @@
Name: elixir-doc
-Version: 1.0.4
+Version: 1.0.5
Release: 0
Summary: Documentation for elixir
License: Apache-2.0 and ErlPL-1.1
diff --git a/elixir-v1.0.4.tar.bz2 b/elixir-v1.0.4.tar.bz2
deleted file mode 100644
index afad9be..0000000
--- a/elixir-v1.0.4.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6e74627019b62ce83c4073be2d9fda77dbed6e40912ac378393247afbbff298f
-size 901728
diff --git a/elixir-v1.0.5.tar.bz2 b/elixir-v1.0.5.tar.bz2
new file mode 100644
index 0000000..72414c1
--- /dev/null
+++ b/elixir-v1.0.5.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c79bd7d42dbf6badc6c2312e3b5311b29c56556320ec629c174de9524dc03f77
+size 904649
diff --git a/elixir.changes b/elixir.changes
index a130240..7761a18 100644
--- a/elixir.changes
+++ b/elixir.changes
@@ -1,3 +1,45 @@
+-------------------------------------------------------------------
+Fri Jul 03 21:59:45 UTC 2015 - matwey.kornilov@gmail.com
+
+- Update to version v1.0.5:
+ + Ensure we escape config before injecting into escript
+ + Read 4K blocks instead of lines in IO.binread
+ + Add unit test for IO.binread with :all option
+ + Optimize rstrip
+ + Handle corner cases for small strings in rstrp
+ + Ensure we properly underscore acronyms followed by paths
+ + Speed up upcase and downcase for large strings
+ + Ensure blocks do not clobber eex buffer
+ + Only consider outer halts in flat_map when the op is not halt itself
+ + Expand attributes and macros in record extractor
+ + Fix GenEvent detecting module that isn't loaded
+ + Ensure take/1 does not consume more than required
+ + Handle :undefined arity in Logger.Translator
+ + Add more documentation for ~> requirements
+ + Fix Version.pre typespec
+ + Fix to_string for Version with numeric pre
+ + Join pre-release parts with "."
+ + Fix race condition in logger translator test
+ + Merge pull request #3382 from lexmag/string_io-fixes
+ + Update CHANGELOG
+ + Really fix race condition in logger translator test
+ + Rely on loaded_applications instead of running ones
+ + Avoid non-fixed table errors on autocomplete
+ + Delegate to :erlang.binary_to_float on Float.parse/1
+ + Update CHANGELOG
+ + Add docs for simple one for one
+ + Also document exit reasons
+ + Improve wording
+ + Backport improvements to <<>>' docs
+ + Update to Erlang 18
+ + Move tests to Erlang 18 which has proper logger behaviour
+ + Translate emulator logged process crashes in 18.0+
+ + Fix logger translating process exit
+ + fix for Erlang R18.0 changes in maps module
+ + Ensure we also normalize badmap and badkey in rescue
+ + Run badkey and badmap only on 18
+ + Release v1.0.5
+
-------------------------------------------------------------------
Mon May 11 15:57:55 UTC 2015 - matwey.kornilov@gmail.com
diff --git a/elixir.spec b/elixir.spec
index b0bbe2b..9f1bab6 100644
--- a/elixir.spec
+++ b/elixir.spec
@@ -17,7 +17,7 @@
Name: elixir
-Version: 1.0.4
+Version: 1.0.5
Release: 0
Summary: Functional meta-programming aware language built on top of the Erlang
License: Apache-2.0 and ErlPL-1.1