diff --git a/Directory.Build.props b/Directory.Build.props
index 6cd14b00..8072dd47 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -21,11 +21,11 @@
- 0.4.0
+ 0.5.0
- 0.4.0.0
+ 0.5.0.0
- 0.4.0
+ 0.5.0
diff --git a/README.md b/README.md
index 3b2f0e49..84c06d02 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ the [Overview](#overview) section.
[![NET](https://img.shields.io/badge/.net%20version-net6.0-blueviolet)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
![Platform](https://img.shields.io/badge/platform-win--x64%20%7C%20linux--x64%20%7C%20osx--x64%20%7C%20osx--arm64-lightgrey)
[![License](https://img.shields.io/badge/license-MPL--2.0-orange)](https://github.com/dxFeed/dxfeed-graal-net-api/blob/master/LICENSE)
-[![Nuget](https://img.shields.io/badge/nuget-0.4.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
+[![Nuget](https://img.shields.io/badge/nuget-0.5.0-blue)](https://dxfeed.jfrog.io/artifactory/nuget-open/com/dxfeed/graal-net/)
## Table of Contents
@@ -417,7 +417,7 @@ require .NET installation)
### IPF & Schedule
-- [ ] [InstrumentProfile](https://docs.dxfeed.com/dxfeed/api/com/dxfeed/ipf/InstrumentProfile.html)
+- [x] [InstrumentProfile](https://docs.dxfeed.com/dxfeed/api/com/dxfeed/ipf/InstrumentProfile.html)
represents basic profile information about a market instrument
([Java API sample](https://github.com/devexperts/QD/blob/master/dxfeed-samples/src/main/java/com/dxfeed/sample/ipf/DXFeedIpfConnect.java))
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 863a262c..629212e2 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,3 +1,13 @@
+## Version 0.5.0
+
+## What's Changed
+* Feature: Add IpfProfileReader
+
+## Version 0.4.0
+
+## What's Changed
+* Fix: Readme and docs
+
## Version 0.3.0
## What's Changed